#!/usr/bin/env zsh function main() { curl -s "https://qrcode.show/$1" } main "$1"