/ Published in: Bash

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# grab a character and print it as hexidecimal printf("0x%d", argv[1][0])
Comments
