These scripts may or may not be useful on OpenBSD. They’re primarily system administration scripts, many requiring root; do not run them without knowing what they do, how they work, and how they may fail! They are provided without warranty. USE AT OWN RISK.
The scripts mostly use OpenBSD-specific tools like package management, or filesystem-layout-specific paths, and so on.
The easiest way to use most of them is to git clone this repo in your home directory, and add its bin directory to your PATH.
You should also add its man directory to your MANPATH variable (or in man.conf).
The dotscripts directory contains command(s) that must be invoked by the "." or "source" command.
The rootscripts directory contains one - prepsusp - that will work better if you copy it to / so you don’t have to have /home mounted when running it.