coming along very nicely now
This commit is contained in:
18
CreateDocument.sh
Normal file
18
CreateDocument.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
# Put together the KNEL services contract template
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
# Pull in contract variables
|
||||
echo "Sourcing contract template variables..."
|
||||
source ./KNEL-Contract-Template-Variables.env
|
||||
|
||||
|
||||
echo "Rendering templates..."
|
||||
bash RenderTemplates.sh
|
||||
|
||||
echo "Rendering CSV..."
|
||||
bash RenderCSVToMarkdown.sh
|
||||
|
||||
echo "Putting it all together..."
|
||||
bash RenderBook.sh
|
Reference in New Issue
Block a user