about summary refs log tree commit diff stats
path: root/subx/edit
blob: d229c654625cd5a4aca73b494723c74b394861e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env zsh
# Open a specific example.

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

eval $EDITOR ./teensy/test$1*.[cs]