Skip to content

Instantly share code, notes, and snippets.

@linssen
Created September 10, 2012 19:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linssen/3693045 to your computer and use it in GitHub Desktop.
Save linssen/3693045 to your computer and use it in GitHub Desktop.
Auto delete Dropbox public files after two weeks
00 16 * * * find ~/Dropbox/Public -mindepth 1 -ctime +14 -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment