diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2009-11-29 12:08:14 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2009-11-29 12:08:14 -0200 |
commit | da58e54598b4521d899a14867df15b42ed687c6e (patch) | |
tree | 20a01d9e2295e89547abc1da66564a3ac63a1e92 /scripts/encrypt | |
parent | 036440ef1aa2828b574d6436e594b9e40af0d813 (diff) | |
download | keyringer-da58e54598b4521d899a14867df15b42ed687c6e.tar.gz keyringer-da58e54598b4521d899a14867df15b42ed687c6e.tar.bz2 |
Adding EOF helper message
Diffstat (limited to 'scripts/encrypt')
-rwxr-xr-x | scripts/encrypt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/encrypt b/scripts/encrypt index 107aa3e..d5a2e1c 100755 --- a/scripts/encrypt +++ b/scripts/encrypt @@ -15,4 +15,5 @@ fi mkdir -p keys/`dirname $FILE` recipients="$(awk '{ print "-r " $2 }' $RECIPIENTS | xargs)" +echo "Type your message and finish your input with EOF (Ctrl-D)." gpg --armor -e -s $recipients - > keys/$FILE |