#!/bin/sh
find "$OUTDIR" -type f -name '*.sha256' -exec cat {} +
