about summary refs log tree commit diff stats
path: root/subx/nrun
diff options
context:
space:
mode:
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 $?
a> 111 112 113 114 115 116 117 118