soscmd/soscmd-cache-dotcache
2023-06-03 11:28:50 +02:00

6 lines
157 B
Bash
Executable file

#!/bin/bash
rm -rf /root/.cache
rm -rf /var/www/.cache
rm -rf /home/aur/.cache
rm -rf /home/jeremystartm/.cache
echo ":: Purged all \".cache\" directories."