index
:
voidrice
master
Scripts and configuration files I use on my arch linux desktop.
Vikas Kushwaha
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.local
/
bin
/
shorts
/
qr
blob: 4203e711bca1532d811c08e81e524a32db6af4e5 (
plain
)
1
2
3
4
#!/bin/sh
qrencode
"
$@
"
-o
/tmp/qr.png
${
OPENER
:-
xdg
-open
}
/tmp/qr.png