diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-07-16 10:04:27 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-07-16 10:04:27 -0700 |
commit | 66050b796e436735c74504b90f915dd6bc66b8b0 (patch) | |
tree | f26096b768f37aecdae3c9c71e9feef12442fc11 /subx/edit | |
parent | aa7e1d0ffd243c123a67721304a6653d3cb5fa39 (diff) | |
download | mu-66050b796e436735c74504b90f915dd6bc66b8b0.tar.gz |
4355
Diffstat (limited to 'subx/edit')
-rwxr-xr-x | subx/edit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/edit b/subx/edit index 7d09fc17..c33ee46b 100755 --- a/subx/edit +++ b/subx/edit @@ -10,6 +10,7 @@ fi if [[ $1 == 'test'* ]] then eval $EDITOR ./teensy/$1*.[cs] + exit $? fi eval $EDITOR ./$1.subx |