Created
August 14, 2018 15:39
-
-
Save mborsare/5a1cf7a2ce4c683a9f1145adff39d692 to your computer and use it in GitHub Desktop.
The crontab from my thoughtbot machine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PATH=$PATH:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
@daily * * * find /Users/mborsare/Screenshot* -mtime +6 -type f -delete | |
#56 10 * * * find /Users/mborsare/Desktop* -mtime +10 -exec mv -R "{}" /Users/mborsare/Desktop/tidy-desktop \; | |
45 9 * * * /bin/sh /Users/mborsare/scripts/daily-cleanup.sh | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment