-
-
Save widhisec/eceed14ebf7983505c208a50f235a52d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo -n 'text' | xxd -ps | sed 's/[[:xdigit:]]\{2\}/\\x&/g' | |
CMD="\x63\x75\x72\x6c" | |
OUTPUT="$(echo -e $CMD)" | |
eval "${OUTPUT}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment