This commit is contained in:
2025-01-06 14:19:45 -06:00
parent 4b3a20a4ed
commit c5c95ecea3
2 changed files with 1 additions and 15 deletions

View File

@@ -1,14 +0,0 @@
#!/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

View File

@@ -1,6 +1,6 @@
#!/bin/bash
MUSTACHE_PATH="../vendor/"
MUSTACHE_PATH="./vendor/"
for input_file in $(ls -1 contract-inputs/*.md);
do