79c5c0009f0adcd657ad393f66902acf4003fb44
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%