diff options
Diffstat (limited to 'subx/g')
-rwxr-xr-x | subx/g | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/subx/g b/subx/g index 25da2232..fcfd8eb7 100755 --- a/subx/g +++ b/subx/g @@ -10,10 +10,4 @@ fi arg=( $* ) target=$arg[${#arg[@]}] unset "arg[${#arg[@]}]" - -if [[ $target == 'test'* ]] -then - git ${arg[@]} ./teensy/$target*.[cs] -else - git ${arg[@]} ./$target*.subx -fi +git ${arg[@]} ./$target*.subx |