9ffa45698e693f6a8a446eca2609cb9f64838949
All checks were successful
Generate README / build (push) Successful in 16s
tools
Auto-generated README. Do not edit by hand.
This file is regenerated by scripts/generate_readme.sh on every push.
Shell (.sh)
Run on Linux/macOS using curl:
fakepve.sh
curl -fsSL -o fakepve.sh "https://git.hudsonriggs.systems/HRiggs/tools/raw/branch/main/fakepve.sh" && chmod +x fakepve.sh && ./"fakepve.sh"
setup_deploy_user.sh
curl -fsSL -o setup_deploy_user.sh "https://git.hudsonriggs.systems/HRiggs/tools/raw/branch/main/setup_deploy_user.sh" && chmod +x setup_deploy_user.sh && ./"setup_deploy_user.sh"
selfsigned_certs.sh
curl -fsSL -o selfsigned_certs.sh "https://git.hudsonriggs.systems/HRiggs/tools/raw/branch/main/selfsigned_certs.sh" && chmod +x selfsigned_certs.sh && ./"selfsigned_certs.sh"
Windows (.bat)
Run from PowerShell:
win-mao.bat
$dest = Join-Path $env:TEMP "win-mao.bat";
Invoke-WebRequest -Uri "https://git.hudsonriggs.systems/HRiggs/tools/raw/branch/main/win-mao.bat" -OutFile $dest;
& $dest
Generated from repo: https://git.hudsonriggs.systems/HRiggs/tools on branch main.
Description
Languages
Shell
63.6%
Python
36.3%