3 lines
48 B
Plaintext
3 lines
48 B
Plaintext
![]() |
#!/bin/zsh
|
||
|
qrencode -s 40 "$*" -o - | feh -ZF -
|