Created
January 23, 2016 03:28
-
-
Save Eriner/84cfa37510ccc8b255a2 to your computer and use it in GitHub Desktop.
This file contains 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
#!/usr/bin/env zsh | |
# xxd ignores the first byte for some reason, so pad it | |
hex="66 $(<${1})" | |
print ${hex} | xxd -r |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment