mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
misc/delete-old-helper.sh: simple script to delete old+abandoned helper files
This commit is contained in:
parent
b6c2f80170
commit
15b373ad9c
4
misc/delete-old-helper.sh
Normal file
4
misc/delete-old-helper.sh
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user