Add cleanup script

This commit is contained in:
Hektor Misplon
2020-11-01 15:58:45 +01:00
parent 6215fb974b
commit c4338c0b35
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
[ -d ~/.local/share/Trash ] && rm -rf ~/.local/share/Trash/*
[ -d ~/.Trash ] && rm -rf ~/.Trash/*
[ -d ~/.cache/thumbnails ] && rm -rf ~/.cache/thumbnails/*