mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-25 02:04:38 +00:00

So we can link tailscale and tailscaled together into one. Updates #5794 Change-Id: I9a8b793c64033827e4188931546cbd64db55982e Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
4 lines
112 B
Bash
Executable File
4 lines
112 B
Bash
Executable File
#!/bin/rc
|
|
# Plan 9 cmd/tailscale wrapper script to run cmd/tailscaled's embedded CLI.
|
|
TS_BE_CLI=1 tailscaled $*
|