aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtrash3
1 files changed, 0 insertions, 3 deletions
diff --git a/trash b/trash
index 48392ca..a9f6fb1 100755
--- a/trash
+++ b/trash
@@ -12,9 +12,6 @@ if [ -z "$1" ]; then
12 echo "usage: trash [rm FILE(s)|ls|empty]" 12 echo "usage: trash [rm FILE(s)|ls|empty]"
13else 13else
14case "$1" in 14case "$1" in
15 cd)
16 cd $trashfolder
17 ;;
18 empty) 15 empty)
19 # little check 16 # little check
20 if [ -n "$trashfolder" ]; then 17 if [ -n "$trashfolder" ]; then

Generated with cgit - Back to sebastiano.tronto.net