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