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