retroforth/tools/generate-extensions-list.retro
crc dc0aa0cb21 nga-c: work on an easier way to add extensions to the embedded image
FossilOrigin-Name: 7b6fae3d092e9255dba1f54115a8c9c347e73b53cbc3b95daa68a9b437bd6367
2020-12-30 20:50:32 +00:00

7 lines
122 B
Forth
Executable file

#!/usr/bin/env retro
~~~
'~~~ s:put nl
[ ''extensions/%s_include\n s:format s:put ] unix:for-each-file
'~~~ s:put nl
~~~