GitCrypt/.gitcrypt/dec

8 lines
105 B
Bash
Executable File

#!/bin/sh
BASEDIR="$(dirname "$0")"
. "$BASEDIR/init"
openssl enc -d -a -aes-128-cbc -k "$CRYPT_PASS"