CopunCodeGenerator/qr_G3n.zsh

8 lines
86 B
Bash
Raw Normal View History

2023-03-11 06:09:42 +00:00
#!/usr/bin/env zsh
function main() {
curl -s "https://qrcode.show/$1"
}
main "$1"