summaryrefslogtreecommitdiffstats
path: root/decode-barcode
blob: 4d1678040a3cff0ed699879b53a5eb5b373cdc36 (plain)
1
2
3
4
#!/bin/sh
file=$(scrot -s -e 'echo $f')
zbarimg --raw $file
rm "$file"