mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 08:42:55 +00:00
4 lines
72 B
Fish
4 lines
72 B
Fish
|
function qr
|
||
|
qrencode $argv[1] -o /tmp/qr.png | open /tmp/qr.png
|
||
|
end
|