#!/bin/sh set -e [ -n "$DEBUG" ] && set -x cd "$(dirname "$0")/.." tool_bin=$(go tool -n "$1") shift exec "$tool_bin" "$@"