save
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user