1
0
mirror of https://git.dn42.dev/dns/config synced 2025-03-15 08:03:34 +00:00
config/rrsig-append.sh

7 lines
141 B
Bash
Raw Normal View History

2024-01-28 20:11:17 +01:00
#!/bin/bash
set -euxo pipefail
find new/ -type f -not -name template -exec bash -c 'grep RRSIG "$0" >> "dnskey/$(basename "$0")"' '{}' \;