#!/usr/bin/env zsh function usage() { echo "$0 []"; exit 1; } if [[ ! "$1" ]]; then usage exit 0 fi xdg-open "https://iris.to/\//\/\#/$1"