mirror of https://github.com/OpenIPC/firmware.git
Update Readme file for quirc-openipc package
parent
5665ddfe66
commit
61cb71907e
|
@ -1,5 +1,11 @@
|
|||
|
||||
sample use:
|
||||
### Sample usage
|
||||
|
||||
curl -s -o /tmp/img.jpg http://127.0.0.1/image.jpg ; qrscan -p /tmp/img.jpg
|
||||
```
|
||||
#!/bin/sh
|
||||
|
||||
while true ; do
|
||||
sleep 1
|
||||
curl -s -o /tmp/img.jpg http://127.0.0.1/image.jpg ; qrscan -p /tmp/img.jpg
|
||||
done
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue