about summary refs log blame commit diff stats
path: root/subx/nrun
blob: f5c22dee545f9f064c36d195041748ff141f5129 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                  
#!/usr/bin/env zsh
# Natively run a specific example.

if [ $# -eq 0 ]
then
  echo "nrun <suffix>"
  exit 1
fi

./teensy/test$1