From: Silvio Rhatto Date: Sun, 29 Nov 2009 14:08:14 +0000 (-0200) Subject: Adding EOF helper message X-Git-Tag: 0.2.1~166 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=da58e54598b4521d899a14867df15b42ed687c6e;p=keyringer.git Adding EOF helper message --- 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