#!/usr/bin/env zsh # Simulate a specific example using subx. if [ $# -eq 0 ] then echo "run " exit 1 fi CFLAGS=-g subx run $* exit $?