soscmd/soscmd-cache-dotcache

5 lines
112 B
Text
Raw Normal View History

2023-06-03 11:28:50 +02:00
#!/bin/bash
rm -rf /root/.cache
2023-11-06 01:37:14 +01:00
rm -rf /home/{aur,firefish}/.cache
2023-06-03 11:28:50 +02:00
echo ":: Purged all \".cache\" directories."