qrshow: handle additional arguments to qrencode
This commit is contained in:
parent
31a59f0207
commit
fd643852d4
1 changed files with 1 additions and 1 deletions
|
|
@ -3,5 +3,5 @@
|
|||
if [[ -z "$1" ]]; then
|
||||
qrencode -s 40 -o -
|
||||
else
|
||||
qrencode -s 40 "$*" -o -
|
||||
qrencode -s 40 -o - -- "$*"
|
||||
fi | feh -ZF -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue