summaryrefslogtreecommitdiff
path: root/scripts/trashy
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/trashy')
-rwxr-xr-xscripts/trashy5
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