summaryrefslogtreecommitdiffstats
path: root/gshot
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-04-13 22:06:00 +0200
committerFlorian Pritz <bluewind@xinu.at>2014-04-13 22:06:00 +0200
commit997b528911b906a9559ac030b1a7a789401f4d13 (patch)
tree93630a005db6754141ab20f80ce3d121975240fb /gshot
parent2469d49396a13aeef8e26d8f12162e3be91c445a (diff)
downloadbin-997b528911b906a9559ac030b1a7a789401f4d13.tar.gz
bin-997b528911b906a9559ac030b1a7a789401f4d13.tar.xz
remove unused scripts
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'gshot')
-rwxr-xr-xgshot5
1 files changed, 0 insertions, 5 deletions
diff --git a/gshot b/gshot
deleted file mode 100755
index 2908454..0000000
--- a/gshot
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-file=$(scrot -s -e 'echo $f')
-gimp "$file"
-fb "$file"
-rm "$file"