about summary refs log tree commit diff stats
path: root/subx/run
diff options
context:
space:
mode:
Diffstat (limited to 'subx/run')
-rwxr-xr-xsubx/run10
1 files changed, 10 insertions, 0 deletions
diff --git a/subx/run b/subx/run
new file mode 100755
index 00000000..bc55c720
--- /dev/null
+++ b/subx/run
@@ -0,0 +1,10 @@
+#!/usr/bin/env zsh
+# Simulate a specific example using subx.
+
+if [ $# -eq 0 ]
+then
+  echo "run <suffix>"
+  exit 1
+fi
+
+CFLAGS=-g subx run teensy/test$1