diff options
Diffstat (limited to 'scripts/trashy')
-rwxr-xr-x | scripts/trashy | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/trashy b/scripts/trashy deleted file mode 100755 index 3318e41..0000000 --- a/scripts/trashy +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -trashfiledir=$(find $HOME -type f -o -type d | dmenu -i -p "File to be deleted:" -l 15| awk '{printf('\"%s\"\n', $0);}') - -trash-put $trashfiledir |