tailscale/tool/go

8 lines
242 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
#
# This script acts like the "go" command, but uses Tailscale's
# currently-desired version from https://github.com/tailscale/go,
# downloading it first if necessary.
exec "$(dirname "$0")/../tool/gocross/gocross-wrapper.sh" "$@"