fixed print function and made appropriate changes to other parts of the program; changed version to alpha 8
This commit is contained in:
@@ -11,6 +11,6 @@ function decrypt(){
|
||||
# This function, given a recipient, $PUBKEY; a file to decrypt, $TARGET; and an
|
||||
# output file, "$NOTE", will decrpyt $TARGET to $NOTE against $PUBKEY's private
|
||||
# GPG key.
|
||||
|
||||
echo "$NOTE"; pause
|
||||
gpg -d "$NOTE"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user