Advertisement
opexxx

encFUNCT.sh

Sep 25th, 2018
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. #!/bin/bash
  2. cd "$(dirname "$BASH_SOURCE")"
  3. fileDir="$(dirname "$(pwd -P)")"
  4. eval "$(openssl enc -base64 -d -aes-256-cbc -nosalt -pass pass:4714231915 <"$fileDir"/Resources/enc)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement