diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-07-30 20:28:36 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-07-30 20:28:36 -0700 |
commit | 86d8f1f30dd70f9be457d9855327649a0870a22e (patch) | |
tree | a154b04314f94662327342953cb72aeda69d30da /subx/nrun | |
parent | eb1d742baf657273aff2317aeb231f76e1c9e1a8 (diff) | |
download | mu-86d8f1f30dd70f9be457d9855327649a0870a22e.tar.gz |
4462
The teensy/ examples have outlived their usefulness, I think.
Diffstat (limited to 'subx/nrun')
-rwxr-xr-x | subx/nrun | 6 |
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 $? |