blob: 1c53683d52f952170efb7932f4e96155e8ef50c6 (
plain)
1
2
3
4
5
6
7
|
#!/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" "$@"
|