6 lines
175 B
Bash
Executable file
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."
|