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