Add QRcode scan utility
This commit is contained in:
parent
406c694bdc
commit
86c0299b80
1 changed files with 3 additions and 0 deletions
3
bin/qrscan
Executable file
3
bin/qrscan
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
zbarcam --raw --oneshot -q | tee /dev/fd/2 | xsel -bi
|
Loading…
Reference in a new issue