add zsh to call remote qr-r api

This commit is contained in:
Captain Nick Lucifer* 2023-03-11 11:54:42 +05:45
parent 74a1aa88cc
commit 7397a2fe20
1 changed files with 7 additions and 0 deletions

7
qr_G3n.zsh Normal file
View File

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