#!/usr/bin/env zsh # Run git commands on a specific example's source. if [ $# -eq 0 ] then echo "g " exit 1 fi arg=( $* ) suffix=$arg[${#arg[@]}] unset "arg[${#arg[@]}]" git ${arg[@]} ./teensy/test$suffix*.[cs]