#!/bin/bash for i in *.zst; do gpg --detach-sign --output "$i.sig" "$i" done