diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2012-12-07 21:35:11 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2012-12-07 21:35:11 +1300 |
commit | 617c2fd4ae57517ec1a40c7b340c45e1ff54f01b (patch) | |
tree | 486385bbe42d7c5499748cbfc015dfa4e167397e /hex.sh | |
parent | 9cfee9cc32c5074dba6e8bd888db196bcbb91b87 (diff) | |
download | trackermap-server-617c2fd4ae57517ec1a40c7b340c45e1ff54f01b.tar.gz trackermap-server-617c2fd4ae57517ec1a40c7b340c45e1ff54f01b.tar.bz2 trackermap-server-617c2fd4ae57517ec1a40c7b340c45e1ff54f01b.zip |
Some more tests
Diffstat (limited to 'hex.sh')
-rwxr-xr-x | hex.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -0,0 +1 @@ +echo 2424613133382C3031323839363030303437353439382C4141412C33352C2D362E3133383330362C3130362E3931303635352C3132313230353130333430392C412C332C31312C302C302C312C33362C343138322C33343834372C3531307C31307C303038317C344634462C303030302C303030427C303030437C303030417C303846367C303030302C2C2A44350D0A | perl -ne 's/([0-9a-f]{2})/print chr hex $1/gie' | nc -v localhost 5020 |