coming together now.
This commit is contained in:
14
MakeBook.sh
Normal file
14
MakeBook.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
# Put together the KNEL services contract template
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
# Pull in contract variables
|
||||
source ./KNEL-Contract-Template-Variables.env
|
||||
|
||||
# Run mustache to expand variables
|
||||
# ....
|
||||
|
||||
bash RenderTemplates.sh
|
||||
bash RenderCSVToMarkdown.sh
|
||||
bash build-book.sh
|
Reference in New Issue
Block a user