Add cleanup script
This commit is contained in:
5
.bin/cleanup
Executable file
5
.bin/cleanup
Executable 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/*
|
||||||
Reference in New Issue
Block a user