Commit Briefs

1490412508 Dominik Lang

Add a README. (main)


a3189072cb Dominik Lang

Initial import.

A simple script that outputs the changes list from https://www.openbsd.org/faq/current.html. Useful when one is running snapshots.


Branches

Tags

This repository contains no tags

Tree

README.mdcommits | blame
obsdcur.shcommits | blame

README.md

# 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.