forked from verdnatura/hedera-web
4 lines
95 B
Bash
4 lines
95 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
find /mnt/storage/image/.trash/* -maxdepth 0 -type d -ctime +7 -exec rm -rf {} \;
|