Newer
Older
openstack-caracal-ipv4 / tests / phase-05-amphora / fakebin / curl
@JesseA123 JesseA123 11 days ago 155 bytes New Phase Scripts
#!/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"