#!/bin/sh test $# -gt 0 && where="$1" && shift IFS='+' eval 'curl "https://cht.sh/${where:-}/$*"'