- Added a script which outputs to a `$1`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-12-20 20:08:22 +02:00
parent 9374c4fce7
commit 571215db7c
1 changed files with 10 additions and 0 deletions

10
doall_relative.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
# Generate the graphs
bash makegraphs.sh
# Generate the website
python3 -m mkdocs build -d $1
# Generate the book
#bash makebook.s