This commit is contained in:
Valeria Fadeeva 2024-12-02 11:54:38 +05:00
parent a2c5a7206c
commit dbc862af27
1 changed files with 4 additions and 0 deletions

4
root/clear_cache.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
find /home -maxdepth 2 -type d -name .cache -exec rm -rf {} \;
systemctl restart display-manager