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 cf78247 commit 3102d56Copy full SHA for 3102d56
Empty_trash.sh
@@ -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