#!/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"
