mirror of
https://github.com/nasa/fprime.git
synced 2025-12-13 03:01:27 -06:00
6 lines
103 B
Bash
Executable File
6 lines
103 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
(cd adoc; ./refresh)
|
|
(cd json; ./refresh)
|
|
asciidoctor -vn -o Tutorial.html Tutorial.adoc
|