aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-11-29 12:08:14 -0200
committerSilvio Rhatto <rhatto@riseup.net>2009-11-29 12:08:14 -0200
commitda58e54598b4521d899a14867df15b42ed687c6e (patch)
tree20a01d9e2295e89547abc1da66564a3ac63a1e92
parent036440ef1aa2828b574d6436e594b9e40af0d813 (diff)
downloadkeyringer-da58e54598b4521d899a14867df15b42ed687c6e.tar.gz
keyringer-da58e54598b4521d899a14867df15b42ed687c6e.tar.bz2
Adding EOF helper message
-rwxr-xr-xscripts/encrypt1
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