Initial commit of files
This commit is contained in:
3
bin/hex2bin
Executable file
3
bin/hex2bin
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
sed 's/\([0-9A-F]\{2\}\)/\\\\\\x\1/gI' "$1" | xargs printf
|
||||
|
||||
Reference in New Issue
Block a user