]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
misc/delete-old-helper.sh: simple script to delete old+abandoned helper files
authorBrian Warner <warner@lothar.com>
Wed, 28 May 2008 04:17:20 +0000 (21:17 -0700)
committerBrian Warner <warner@lothar.com>
Wed, 28 May 2008 04:17:20 +0000 (21:17 -0700)
misc/delete-old-helper.sh [new file with mode: 0644]

diff --git a/misc/delete-old-helper.sh b/misc/delete-old-helper.sh
new file mode 100644 (file)
index 0000000..1a85fcd
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+find helper/CHK_encoding -mtime +7 -print0 |xargs -0 rm
+find helper/CHK_incoming -mtime +14 -print0 |xargs -0 rm