this is the horrible command line doing 0.5.3 dumps after manual wiki dumping and modification

This commit is contained in:
Bernd Lörwald
2018-03-13 22:47:39 +01:00
parent 3faf1ab222
commit 2ec0ffc679

1
exedumper/0.5.3.sh Normal file
View File

@@ -0,0 +1 @@
for f in $(ls); do (echo COLUMNS; cat $f | grep m_ | grep -v ' ' | sed -e 's,;.*// *, // ,' -e 's,;.*,,' -e 's, m_, ,' -e 's,^ ,,' -e 's,uint[0-9]*_t,uint,' -e 's,int[0-9]*_t,int,' -e 's,\[.*\],,';echo; echo BUILD 0.5.3.3368; cat $f | grep m_ | grep -v ' ' | sed -e 's,;.*,,' -e 's, u*int32_t.* m_\([^\[]*\),\1<32>,' -e 's, u*int8_t.* m_\([^\[]*\),\1<8>,' -e 's, string m_,,' -e 's, locstring m_,,' -e 's, float m_,,') > ../../../definitions/$f; done