Skip to content

Instantly share code, notes, and snippets.

@fs111
Created July 4, 2011 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fs111/1063071 to your computer and use it in GitHub Desktop.
Save fs111/1063071 to your computer and use it in GitHub Desktop.
#!/bin/bash
#cron jobs have no env...
export PATH=/bin/:/usr/bin
# removes all snapshots that have not been accessed in the last 7 days
rm -r $(find /home/pcrun/.m2/repository -name *SNAPSHOT* -atime +6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment