decrypt.sh (84B)
1 #!/bin/bash 2 3 gpg --batch --yes --decrypt --passphrase "$ENCRYPTION_PW" -o "$2" "$1"