2 lines
99 B
Bash
Executable file
2 lines
99 B
Bash
Executable file
#!/usr/bin/bash
|
|
echo "$@" | qrencode -s 50 -o /tmp/qrcode && sxiv -f /tmp/qrcode && rm /tmp/qrcode
|