diff options
Diffstat (limited to 'b4-wrapper.sh')
-rwxr-xr-x | b4-wrapper.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/b4-wrapper.sh b/b4-wrapper.sh deleted file mode 100755 index cafeee1..0000000 --- a/b4-wrapper.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -# -# Run b4 from a git checkout. -# - -SCRIPT_TOP="${SCRIPT_TOP:-$(cd "${BASH_SOURCE%/*}" && pwd)}" - -exec env PYTHONPATH="${SCRIPT_TOP}" python3 "${SCRIPT_TOP}/b4/command.py" "${@}" |