soscmd/soscmd-cache-dotcache
The StarOpenSource Project ac3fa686ba update repo
2023-11-06 01:37:14 +01:00

4 lines
112 B
Bash
Executable file

#!/bin/bash
rm -rf /root/.cache
rm -rf /home/{aur,firefish}/.cache
echo ":: Purged all \".cache\" directories."