mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-20 00:30:59 +03:00
example of helpcmds.in
This commit is contained in:
4
stringHash4MCU_/mktestdic
Executable file
4
stringHash4MCU_/mktestdic
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
awk '{print $1}' helpcmds.in |sed -e 's/"//' -e 's/\*//' -e 's/\[.*//' -e 's/N//' > testdic
|
||||
./hashgen -d testdic -H hdr.h -S hdr.c -F
|
||||
Reference in New Issue
Block a user