Skip to content

Instantly share code, notes, and snippets.

@delfer
Created December 22, 2020 17:32
Show Gist options
  • Save delfer/919e95e6f8333a435e249752897e34b5 to your computer and use it in GitHub Desktop.
Save delfer/919e95e6f8333a435e249752897e34b5 to your computer and use it in GitHub Desktop.
autoclean tmp
0 12 * * * find ~/tmp/1day -mtime +1 -exec rm -rf {} \;
0 13 * * * find ~/tmp/7days -mtime +7 -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment