Initial commit of files
This commit is contained in:
3
bin/bin2hex
Executable file
3
bin/bin2hex
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
hexdump -C "$1" | cut -b9- | cut -d"|" -f1 | tr -d ' \t\n\r'
|
||||
|
||||
Reference in New Issue
Block a user