about summary refs log tree commit diff stats
path: root/subx/g2
diff options
context:
space:
mode:
Diffstat (limited to 'subx/g2')
-rwxr-xr-xsubx/g214
1 files changed, 0 insertions, 14 deletions
diff --git a/subx/g2 b/subx/g2
deleted file mode 100755
index 03b356f3..00000000
--- a/subx/g2
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/env zsh
-# Run git commands on a specific example's generated binary.
-
-if [ $# -eq 0 ]
-then
-  echo "g <git command> <args> <suffix>"
-  exit 1
-fi
-
-arg=( $* )
-suffix=$arg[${#arg[@]}]
-unset "arg[${#arg[@]}]"
-
-git ${arg[@]} ./teensy/test$suffix