]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - misc/delete-old-helper.sh
quickstart.html: link to snapshots page, sorted with most recent first.
[tahoe-lafs/tahoe-lafs.git] / misc / delete-old-helper.sh
1 #!/bin/sh
2
3 find helper/CHK_encoding -mtime +7 -print0 |xargs -0 rm
4 find helper/CHK_incoming -mtime +14 -print0 |xargs -0 rm