diff --git a/root/clear_cache.sh b/root/clear_cache.sh new file mode 100755 index 0000000..a422543 --- /dev/null +++ b/root/clear_cache.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +find /home -maxdepth 2 -type d -name .cache -exec rm -rf {} \; +systemctl restart display-manager \ No newline at end of file