mirror of
https://github.com/mgcaret/of816.git
synced 2025-01-16 14:30:34 +00:00
4 lines
132 B
Bash
4 lines
132 B
Bash
|
#!/bin/bash
|
||
|
cd `dirname $0`
|
||
|
./index.rb ../asm/forth-dictionary.s | ./index2md.rb - "Forth Dictionary" > ../docs/forth_dictionary.md
|