soscmd/soscmd-cache-dotcache

5 lines
101 B
Text
Raw Normal View History

2023-06-03 11:28:50 +02:00
#!/bin/bash
rm -rf /root/.cache
2024-03-15 02:17:42 +01:00
rm -rf /home/aur/.cache
2023-06-03 11:28:50 +02:00
echo ":: Purged all \".cache\" directories."