mirror of
https://github.com/eddyem/stm32samples.git
synced 2025-12-06 18:55:13 +03:00
5 lines
147 B
Bash
Executable File
5 lines
147 B
Bash
Executable File
#!/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
|