0
1
Fork 0
hedera-web-mindshore/utils/image-clean.sh

4 lines
95 B
Bash
Raw Normal View History

2021-04-02 16:02:42 +00:00
#!/bin/bash
find /mnt/storage/image/.trash/* -maxdepth 0 -type d -ctime +7 -exec rm -rf {} \;