#!/usr/bin/env sh recipients="" for key in admin-encryption-keys/*; do recipients="--recipient-file $key $recipients"; done gpg --encrypt --armor $recipients "$@"