4 lines
121 B
Bash
Executable file
4 lines
121 B
Bash
Executable file
#!/bin/bash
|
|
rm -rf /root/.cache
|
|
rm -rf /home/{aur,firefish,mastodon}/.cache
|
|
echo ":: Purged all \".cache\" directories."
|