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