CopunCodeGenerator/qr_G3n.zsh

8 lines
86 B
Bash
Executable File

#!/usr/bin/env zsh
function main() {
curl -s "https://qrcode.show/$1"
}
main "$1"