This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
hedera-web
Watch
0
Star
0
Fork
You've already forked hedera-web
1
Code
Issues
Pull Requests
1
Releases
Wiki
Activity
7b6b50e27e
hedera-web
/
utils
/
image-clean.sh
4 lines
95 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
find /mnt/storage/image/.trash/* -maxdepth
0
-type d -ctime +7 -exec rm -rf
{
}
\;
View Git Blame
Copy Permalink