mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-25 10:14:36 +00:00
4 lines
112 B
Plaintext
4 lines
112 B
Plaintext
![]() |
#!/bin/rc
|
||
|
# Plan 9 cmd/tailscale wrapper script to run cmd/tailscaled's embedded CLI.
|
||
|
TS_BE_CLI=1 tailscaled $*
|