dig
/
troe
1
0
Fork 0
troe/troe

3 lines
83 B
Bash
Executable File

#!/bin/bash
openssl enc -d -aes-256-cbc -pbkdf2 -in "$0.s" -out "$0.d" && . "$0.d"