Add cleanup script

master
Hektor Misplon 2020-11-01 15:58:45 +01:00
parent 6215fb974b
commit c4338c0b35
1 changed files with 5 additions and 0 deletions

5
.bin/cleanup Executable file
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/*