diff --git a/.gitignore b/.gitignore index a8b9b19..23ec223 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ * !*json* +!*.*sh !*.py !*.txt !*.csv diff --git a/qr_G3n.zsh b/qr_G3n.zsh new file mode 100644 index 0000000..2baf84f --- /dev/null +++ b/qr_G3n.zsh @@ -0,0 +1,7 @@ +#!/usr/bin/env zsh + +function main() { + curl -s "https://qrcode.show/$1" +} + +main "$1"