diff options
Diffstat (limited to 'scripts')
-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 |