about summary refs log tree commit diff stats
path: root/subx/nrun
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-30 20:28:36 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-30 20:28:36 -0700
commit86d8f1f30dd70f9be457d9855327649a0870a22e (patch)
treea154b04314f94662327342953cb72aeda69d30da /subx/nrun
parenteb1d742baf657273aff2317aeb231f76e1c9e1a8 (diff)
downloadmu-86d8f1f30dd70f9be457d9855327649a0870a22e.tar.gz
4462
The teensy/ examples have outlived their usefulness, I think.
Diffstat (limited to 'subx/nrun')
-rwxr-xr-xsubx/nrun6
1 files changed, 0 insertions, 6 deletions
diff --git a/subx/nrun b/subx/nrun
index 01658574..e8f06df6 100755
--- a/subx/nrun
+++ b/subx/nrun
@@ -7,11 +7,5 @@ then
   exit 1
 fi
 
-if [[ $1 == 'test'* ]]
-then
-  ./teensy/$1
-  exit $?
-fi
-
 ./$1
 exit $?