From 571215db7c07fa96926bee584484854d0ca722a0 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Wed, 20 Dec 2023 20:08:22 +0200 Subject: [PATCH] Scripts - Added a script which outputs to a `$1` --- doall_relative.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 doall_relative.sh diff --git a/doall_relative.sh b/doall_relative.sh new file mode 100755 index 0000000..70ea08d --- /dev/null +++ b/doall_relative.sh @@ -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