quiet
This commit is contained in:
parent
1fd0f2c8e7
commit
72e7857c92
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
scrot -s "$HOME/.local/cache/barcode-%Y-%m-%d.png" || exit
|
scrot -s "$HOME/.local/cache/barcode-%Y-%m-%d.png" || exit
|
||||||
zbarimg "$HOME/.local/cache/barcode-"*
|
zbarimg -q "$HOME/.local/cache/barcode-"*
|
||||||
|
|
||||||
# Delete created files
|
# Delete created files
|
||||||
rm -rf $HOME/.local/cache/barcode-*.png
|
rm -rf $HOME/.local/cache/barcode-*.png
|
||||||
|
|
Loading…
Reference in a new issue