https://github.com/iandarwin/obscripts
Scripts that are primarily useful on OpenBSD
https://github.com/iandarwin/obscripts
ksh openbsd shell
Last synced: 16 days ago
JSON representation
Scripts that are primarily useful on OpenBSD
- Host: GitHub
- URL: https://github.com/iandarwin/obscripts
- Owner: IanDarwin
- License: other
- Created: 2014-03-31T12:08:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T19:07:18.000Z (about 1 month ago)
- Last Synced: 2025-04-15T09:12:14.873Z (16 days ago)
- Topics: ksh, openbsd, shell
- Language: Shell
- Size: 209 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
README
= obscripts - Scripts for OpenBSD
These scripts may or may not be useful on http://openbsd.org[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.== HowTo
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.== Caveats and Contributions
As with all root scripts, read them over to be sure I'm not
trying to pwn you (or that my github account hasn't been hacked).If you find this useful, consider contributing back, either changes,
man pages?, or your own scripts. Pull request preferred, or patches.