aboutsummaryrefslogtreecommitdiff
path: root/trashempty
diff options
context:
space:
mode:
Diffstat (limited to 'trashempty')
-rwxr-xr-xtrashempty7
1 files changed, 0 insertions, 7 deletions
diff --git a/trashempty b/trashempty
deleted file mode 100755
index f13df45..0000000
--- a/trashempty
+++ /dev/null
@@ -1,7 +0,0 @@
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