#!/usr/bin/env zsh emulate -L zsh setopt err_exit no_unset name=${1:-operator} print -r -- "Hello, $name"