dig
/
troe
1
0
Fork 0
This commit is contained in:
dig 2020-10-27 19:04:46 +00:00
commit 40574413a5
2 changed files with 2 additions and 0 deletions

2
troe Executable file
View File

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

BIN
troe.s Normal file

Binary file not shown.