Files
TWS-Semaphore/README.md
2026-01-17 20:59:53 -05:00

4 lines
198 B
Markdown

### Bootstrap Oneliner
```
tmp=$(mktemp) && curl -fsSL https://gitea.thewrightserver.net/josh/TWS-Semaphore/raw/branch/main/bootstrap.sh -o "$tmp" && chmod +x "$tmp" && bash "$tmp"; rm -f "$tmp"
```