Advertisement
killermist

autorecycle.sh

Sep 24th, 2012
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/bin/sh
  2.  
  3. find /mnt/Server/.recycle/* -atime +30 -delete
  4. find /mnt/Server/.recycle/ -type d -empty -delete
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement