Skip to content

Instantly share code, notes, and snippets.

@gotosleep
Created October 7, 2011 18:02
Show Gist options
  • Save gotosleep/1270949 to your computer and use it in GitHub Desktop.
Save gotosleep/1270949 to your computer and use it in GitHub Desktop.
OSX cleanup downloads cron task
30 * * * * find /Users/username/Downloads -not -newerct '5 days ago' -delete > /dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment