add zsh to call remote qr-r api
This commit is contained in:
parent
74a1aa88cc
commit
7397a2fe20
1 changed files with 7 additions and 0 deletions
7
qr_G3n.zsh
Normal file
7
qr_G3n.zsh
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
function main() {
|
||||||
|
curl -s "https://qrcode.show/$1"
|
||||||
|
}
|
||||||
|
|
||||||
|
main "$1"
|
Loading…
Reference in a new issue