diff --git a/gh-repo-explore.bak b/gh-repo-explore.bak deleted file mode 100755 index 6f85ae5..0000000 --- a/gh-repo-explore.bak +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -set -e -EXTENSION_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" -cd "$EXTENSION_DIR" -OUT="$EXTENSION_DIR/dist/gh-repo-explore" -[[ ! -f "$OUT" ]] && go build -o "$OUT" "$EXTENSION_DIR" -exec "$OUT" "$@"