mirror of
https://github.com/tailscale/tailscale.git
synced 2025-05-13 21:18:32 +00:00
cmd/tailscale: add tailscale.rc Plan 9 wrapper
So we can link tailscale and tailscaled together into one. Updates #5794 Change-Id: I9a8b793c64033827e4188931546cbd64db55982e Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
84c82ac4be
commit
7dbb21cae8
3
cmd/tailscale/tailscale.rc
Executable file
3
cmd/tailscale/tailscale.rc
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/rc
|
||||
# Plan 9 cmd/tailscale wrapper script to run cmd/tailscaled's embedded CLI.
|
||||
TS_BE_CLI=1 tailscaled $*
|
Loading…
x
Reference in New Issue
Block a user