3 lines
119 B
Text
3 lines
119 B
Text
|
|
# shellcheck shell=bash
|
||
|
|
# shellcheck disable=SC1090
|
||
|
|
command -v tailscale &>/dev/null && . <(tailscale completion bash)
|