move some files into subdirs

This commit is contained in:
ailin-nemui 2017-10-25 16:22:57 +02:00
commit ca3498d42d
12 changed files with 37 additions and 26 deletions

5
utils/file2header.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
echo "const char *$2 ="
cat $1|sed 's/\\/\\\\/g'|sed 's/"/\\"/g'|sed 's/^/\"/'|sed 's/$/\\n\"/'
echo ";"