about summary refs log tree commit diff stats
path: root/subx/g
diff options
context:
space:
mode:
Diffstat (limited to 'subx/g')
-rwxr-xr-xsubx/g8
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