aboutsummaryrefslogtreecommitdiff
path: root/server/testdata/cmd/get-anchors
blob: c5000a8664f686811653cb297793c99f17003242 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

set -eo pipefail
source config

info "downloading trust anchors"
curl -G $url
newline