Skip to content

Instantly share code, notes, and snippets.

@girvan
Created September 17, 2012 17:35
Show Gist options
  • Save girvan/3738674 to your computer and use it in GitHub Desktop.
Save girvan/3738674 to your computer and use it in GitHub Desktop.
#!/bin/sh
sudo find /home/wwwroot/cache/piliapp/ -cmin +10 -type f -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment