Compare commits

...

2 Commits

Author SHA1 Message Date
Captain Nick Lucifer* 7397a2fe20 add zsh to call remote qr-r api 2023-03-11 11:54:42 +05:45
Captain Nick Lucifer* 74a1aa88cc add zsh to call remote qr-r api 2023-03-11 11:54:29 +05:45
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
*
!*json*
!*.*sh
!*.py
!*.txt
!*.csv

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"