2025-12-02 23:19:42 -05:00
2025-12-02 23:19:42 -05:00
2025-10-05 15:16:14 -04:00
2025-12-02 23:15:36 -05:00
2025-09-24 23:13:30 -04:00
2025-09-28 17:09:17 -04:00
2025-09-24 23:09:16 -04:00
2025-09-28 17:09:17 -04:00
2025-12-02 23:15:36 -05:00
mas
2025-09-24 23:14:09 -04:00

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 "ssh://git@git.hudsonriggs.systems:22113/HRiggs/tools/raw/branch/main/fakepve.sh" && chmod +x fakepve.sh && ./"fakepve.sh"

list_root_domains.sh

curl -fsSL -o list_root_domains.sh "ssh://git@git.hudsonriggs.systems:22113/HRiggs/tools/raw/branch/main/list_root_domains.sh" && chmod +x list_root_domains.sh && ./"list_root_domains.sh"

selfsigned_certs.sh

curl -fsSL -o selfsigned_certs.sh "ssh://git@git.hudsonriggs.systems:22113/HRiggs/tools/raw/branch/main/selfsigned_certs.sh" && chmod +x selfsigned_certs.sh && ./"selfsigned_certs.sh"

setup_deploy_user.sh

curl -fsSL -o setup_deploy_user.sh "ssh://git@git.hudsonriggs.systems:22113/HRiggs/tools/raw/branch/main/setup_deploy_user.sh" && chmod +x setup_deploy_user.sh && ./"setup_deploy_user.sh"

Windows (.bat)

Run from PowerShell:

win-mao.bat

$dest = Join-Path $env:TEMP "win-mao.bat";
Invoke-WebRequest -Uri "ssh://git@git.hudsonriggs.systems:22113/HRiggs/tools/raw/branch/main/win-mao.bat" -OutFile $dest;
& $dest

Generated from repo: ssh://git@git.hudsonriggs.systems:22113/HRiggs/tools on branch main.

Description
Just a collection of tools that I use
Readme 70 KiB
Languages
Shell 63.6%
Python 36.3%