A collection of helper scripts for my FreeBSD machines
Please see the readme.md
files in the subfolders.
.sh
scripts- Are written to be portable
- Do not rely on
bash
- Do not rely on
- Use full paths for commands so they can run in crontab
- Are written to be portable
.py
scripts- scripts should work on the latest stable
python3
version on FreeBSD
- scripts should work on the latest stable