We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3102d56 commit 8777faeCopy full SHA for 8777fae
Empty_trash.sh
@@ -1,3 +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."
+[ -d ~/.Trash ] && rm -rf ~/.Trash/* && echo "Emptied trash." # For Mac and some other systems.
0 commit comments