tailscale/tool/go
David Anderson 860734aed9 tool/gocross: a tool for building Tailscale binaries
Signed-off-by: David Anderson <danderson@tailscale.com>
2023-02-22 17:55:16 +00:00

8 lines
242 B
Bash
Executable File

#!/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" "$@"