1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-06-11 16:29:27 +00:00
of816/utils/make_docs.sh

4 lines
132 B
Bash
Raw Normal View History

2020-01-14 00:58:39 +00:00
#!/bin/bash
cd `dirname $0`
./index.rb ../asm/forth-dictionary.s | ./index2md.rb - "Forth Dictionary" > ../docs/forth_dictionary.md