Skip to content

Instantly share code, notes, and snippets.

@BoresXP
BoresXP / ldns-signzone.sh
Created September 7, 2018 17:28 — forked from jedisct1/ldns-signzone.sh
ldns-signzone wrapper that understands $INCLUDE statements #dnssec #nsd
#! /bin/sh
LDNS_SIGNZONE="ldns-signzone"
errx() {
echo "$1" >&2
exit 1
}
parse_opts() {