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

set -eo pipefail
source config

info "fetching signed tree head"
curl -G $base_url/get-sth
newline