mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
860734aed9
Signed-off-by: David Anderson <danderson@tailscale.com>
8 lines
242 B
Bash
Executable File
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" "$@"
|