commit 14904125085c4f96321706c7bece739bbbf1e14d from: Dominik Lang date: Tue Apr 09 07:15:34 2024 UTC Add a README. commit - a3189072cb6dae6c2e8726e0a82de87651c6da6c commit + 14904125085c4f96321706c7bece739bbbf1e14d blob - /dev/null blob + dfe821cb92f9518feedac08cf922282d80ec5e34 (mode 644) --- /dev/null +++ README.md @@ -0,0 +1,10 @@ +# OpenBSD scripts + +Some OpenBSD scripts that help me in my daily life with OpenBSD. + +## obsdcur.sh +This script queries the [OpenBSD current page](https://www.openbsd.org/faq/current.html) +and does some minimal transformation to list the changes. +It uses cURL to retrieve the page and [lowdown](https://kristaps.bsd.lv/lowdown/) to colour +the header for a little better readability. +The rest ist all down with AWK.