encsign (100B)
1 #!/bin/sh 2 3 [ -z $1 ] && echo '$1=recipient $2=file' && exit 1 4 gpg --encrypt --sign --armor -r $1 $2