Skip to content

Commit 3102d56

Browse files
Create Empty_trash.sh
1 parent cf78247 commit 3102d56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Empty_trash.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
[ -d ~/.local/share/Trash ] && rm -rf ~/.local/share/Trash/* && echo "Emptied shared trash."
3+
[ -d ~/.Trash ] && rm -rf ~/.Trash/* && echo "Emptied trash."

0 commit comments

Comments
 (0)