soscmd/soscmd-cache-dotcache
2023-07-18 14:33:30 +02:00

6 lines
175 B
Bash
Executable file

#!/bin/bash
rm -rf /root/.cache
rm -rf /var/www/.cache
rm -rf /home/{aur,jeremystartm,mastodon}/.cache
rm -rf /opt/owncast/.cache
echo ":: Purged all \".cache\" directories."