e58a3231cb237d9d82dd5d17e49d8e45f63d044e
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"
Description
Languages
Shell
100%