summaryrefslogtreecommitdiffstats
path: root/decode-barcode
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-06-14 15:20:25 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-06-14 15:20:25 +0200
commit5afaf12a999b1c0c153c8e3620321a23b5506674 (patch)
tree8fdff20ebc0da6aba1e1124464908962c7624d6d /decode-barcode
parent8d4c36cccdedc9889b071bf5ec46980afb4a6dfd (diff)
downloadbin-5afaf12a999b1c0c153c8e3620321a23b5506674.tar.gz
bin-5afaf12a999b1c0c153c8e3620321a23b5506674.tar.xz
add some new files; misc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'decode-barcode')
-rwxr-xr-xdecode-barcode4
1 files changed, 4 insertions, 0 deletions
diff --git a/decode-barcode b/decode-barcode
new file mode 100755
index 0000000..4d16780
--- /dev/null
+++ b/decode-barcode
@@ -0,0 +1,4 @@
+#!/bin/sh
+file=$(scrot -s -e 'echo $f')
+zbarimg --raw $file
+rm "$file"