Newer
Older
openstack-caracal-ipv4 / tests / phase-05-amphora / fakebin / curl
#!/usr/bin/env bash
# fake curl: emit a SHA256SUMS line for the base image file
printf '%s *%s\n' "${PUB_SHA:-deadbeef}" "jammy-server-cloudimg-amd64.img"