threadlib/autogenerate.awk
Adrian Schlatter 9ee4be088a threadlib emancipation
+++++++++++++++++++++++

threadlib is now its own project => remove Waterrocket Fins from this
repo.
2019-04-07 21:54:19 +02:00

6 lines
302 B
Awk

BEGIN { print "/* This script is auto-generated - do not edit"
print " :License: 3-clause BSD. See LICENSE. */"
printf "\nTHREAD_TABLE = [" }
/^G/ { print "[\"" $1 "\", [" $2 ", " $3 ", " $4 ", [[" $5 ", " $6 "], [" $7 ", " $8 "], [" $9 ", " $10 "], [" $11 ", " $12 "]]]],"}
END { print "];" }