4 lines
48 B
Plaintext
4 lines
48 B
Plaintext
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
qrencode "$*" -o - | imv -
|