paua.sh / scripts

Bash scripts,
one curl away.

Scripts hosted at paua.sh. Source available on git.paua.sh. Run any script directly with curl -sSf https://paua.sh/<name> | bash

2 scripts available view all repos ↗
hello bash

Print a friendly hello message

details source ↗
curl -sSf https://paua.sh/hello | bash
sysinfo bash

Display system information summary

details source ↗
curl -sSf https://paua.sh/sysinfo | bash

⚠ Always review scripts before piping to bash. View source at git.paua.sh/angus_forrest_uk.