rollup and pipeline

This commit is contained in:
2025-07-17 23:03:52 -05:00
parent 9d470f29b9
commit c3976f35a7
2 changed files with 13 additions and 0 deletions

6
BuildAndShip.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
mdbook \
build \
. \
-d book

7
dev.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
mdbook \
serve \
. \
-p 3001 \
-d book \