Skip to content

Instantly share code, notes, and snippets.

@ahgood
Created November 7, 2017 01:34
Show Gist options
  • Save ahgood/c1272f2e52f966f46fb1097c58093be9 to your computer and use it in GitHub Desktop.
Save ahgood/c1272f2e52f966f46fb1097c58093be9 to your computer and use it in GitHub Desktop.
cron job to delete .DS_Store
0 * * * * find /Users/ahgood -name '.DS_Store' -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment