aboutsummaryrefslogtreecommitdiff
path: root/trash
diff options
context:
space:
mode:
Diffstat (limited to 'trash')
-rwxr-xr-xtrash2
1 files changed, 1 insertions, 1 deletions
diff --git a/trash b/trash
index 0e6a524..28aa775 100755
--- a/trash
+++ b/trash
@@ -6,7 +6,7 @@
6# Usage: trash [rm FILE(s)|ls|empty] 6# Usage: trash [rm FILE(s)|ls|empty]
7# Pretty self-explanatory 7# Pretty self-explanatory
8 8
9trashfolder=${TRASH:-$XDG_DATA_HOME/mytrash} 9trashfolder=$XDG_DATA_HOME/mytrash
10 10
11if [ -z "$1" ]; then 11if [ -z "$1" ]; then
12 echo "usage: trash [rm FILE(s)|ls|empty]" 12 echo "usage: trash [rm FILE(s)|ls|empty]"

Generated with cgit - Back to sebastiano.tronto.net