1
0
mirror of https://git.dn42.dev/dns/config synced 2024-07-26 20:13:53 +00:00
config/rrsig-append.sh
2024-01-28 20:13:45 +01:00

7 lines
141 B
Bash
Executable File

#!/bin/bash
set -euxo pipefail
find new/ -type f -not -name template -exec bash -c 'grep RRSIG "$0" >> "dnskey/$(basename "$0")"' '{}' \;