1 2 3 4 5
#!/bin/bash for chksum in *.torrent; do gpg --homedir "/var/lib/releasekey/keys" --output "$chksum.gpg" --yes --detach-sig "$chksum" done