melawy-skel-root/root/clear_cache.sh

4 lines
109 B
Bash
Raw Permalink Normal View History

2024-12-02 11:54:38 +05:00
#!/bin/bash
find /home -maxdepth 2 -type d -name .cache -exec rm -rf {} \;
systemctl restart display-manager