dig
/
troe
1
0
Fork 0
troe/troe

3 lines
83 B
Plaintext
Raw Permalink Normal View History

2020-10-27 20:04:46 +01:00
#!/bin/bash
openssl enc -d -aes-256-cbc -pbkdf2 -in "$0.s" -out "$0.d" && . "$0.d"