This commit is contained in:
2025-07-20 18:42:45 -04:00
parent 41cfafbaf0
commit 466dd3b440
7 changed files with 256 additions and 299 deletions

View File

@@ -1,10 +0,0 @@
#!/bin/env bash
files=./embed/*
touch embed_header.h
echo "" > embed_header.h
for f in $files; do
xxd -i >> embed_header.h
done