Let us start here, from square one. No, from Zero!
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
~Ü®A#®Õ õ,¡¹ÒSÈÒ␍’],^•q\␍s¿ö‘Oäûq␍‡lﻓû0Cdõt·œïÓ-ÀRv—¥'€§Bbâã %tH�Õ®Úˆh/g³r$*]©=öA$'ô[lc^}öÔ
|
||||
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euxo pipefail
|
||||
|
||||
cd -P "$( dirname "$(readlink -f "$0")" )"
|
||||
mkdir -p ../responses
|
||||
|
||||
for file in *.bin
|
||||
do
|
||||
xxd -C -i "${file}" > "../responses/$(basename "${file}" .bin).h"
|
||||
done
|
||||
Reference in New Issue
Block a user