From 7397a2fe20bb5a5c27d70e82cc8ec50ed24ebd86 Mon Sep 17 00:00:00 2001 From: Captain Nick Lucifer* Date: Sat, 11 Mar 2023 11:54:42 +0545 Subject: [PATCH] add zsh to call remote qr-r api --- qr_G3n.zsh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 qr_G3n.zsh 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"