7 lines
105 B
Bash
Executable file
7 lines
105 B
Bash
Executable file
#!/bin/sh
|
|
|
|
BASEDIR="$(dirname "$0")"
|
|
|
|
. "$BASEDIR/init"
|
|
|
|
openssl enc -d -a -aes-128-cbc -k "$CRYPT_PASS"
|