commit 40574413a569f1346c767b24515d09b20f2d156b Author: dig Date: Tue Oct 27 19:04:46 2020 +0000 troe.s diff --git a/troe b/troe new file mode 100755 index 0000000..3fd0249 --- /dev/null +++ b/troe @@ -0,0 +1,2 @@ +#!/bin/bash +openssl enc -d -aes-256-cbc -pbkdf2 -in "$0.s" -out "$0.d" && . "$0.d" diff --git a/troe.s b/troe.s new file mode 100644 index 0000000..8c2a744 Binary files /dev/null and b/troe.s differ