#!/usr/bin/env bash gpg --import keys/* for fingerprint in $(./fingerprints.sh) do gpg --lsign $fingerprint done