index
:
dxdxdt/proone
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
data
/
proto-test
/
print-raw.sh
blob: 61b2997def077290bca2ec0a2f34b653ff1068d5 (
plain
)
1
2
#!/bin/bash
sed -E -e
"/^((\\s+)?#.*)?
$
/D"
-e
"s/\\s//g"
|
tr -d
"\\n"
|
xxd -ps -r