Skip to content

Commit 8777fae

Browse files
Update Empty_trash.sh
1 parent 3102d56 commit 8777fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Empty_trash.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
[ -d ~/.local/share/Trash ] && rm -rf ~/.local/share/Trash/* && echo "Emptied shared trash."
3-
[ -d ~/.Trash ] && rm -rf ~/.Trash/* && echo "Emptied trash."
3+
[ -d ~/.Trash ] && rm -rf ~/.Trash/* && echo "Emptied trash." # For Mac and some other systems.

0 commit comments

Comments
 (0)