aboutsummaryrefslogtreecommitdiff
path: root/trashempty
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtrashempty7
1 files changed, 7 insertions, 0 deletions
diff --git a/trashempty b/trashempty
new file mode 100755
index 0000000..f13df45
--- /dev/null
+++ b/trashempty
@@ -0,0 +1,7 @@
1#!/bin/sh
2
3# Empty trash (see trashrm)
4
5trashfolder=${TRASH:-$XDG_DATA_HOME/mytrash}
6
7rm -r $trashfolder/*

Generated with cgit - Back to sebastiano.tronto.net