#! /bin/sh

for i in $* ; do
  gpg --homedir=gpg --batch --yes --armor --detach-sign $i
done

