nix/home/program/bash/module/Qr.sh

4 lines
40 B
Bash
Raw Normal View History

2024-12-18 10:54:24 +03:00
function qr() {
qrencode -t ansiutf8
}