.
This commit is contained in:
14
MakeBook.sh
14
MakeBook.sh
@@ -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
|
|
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
MUSTACHE_PATH="../vendor/"
|
MUSTACHE_PATH="./vendor/"
|
||||||
|
|
||||||
for input_file in $(ls -1 contract-inputs/*.md);
|
for input_file in $(ls -1 contract-inputs/*.md);
|
||||||
do
|
do
|
||||||
|
Reference in New Issue
Block a user