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