Files
workstation-share/tailscale-entrypoint.sh
2026-04-11 12:15:57 -07:00

12 lines
99 B
Bash
Executable File

#!/bin/sh
set -e
tailscaled &
TAILSCALD_PID=$!
sleep 2
tailscale funnel 80
wait $TAILSCALD_PID