coming together nicely now. Need to refine the language to be more formal (this orginally started out as an email/letter of intent)
This commit is contained in:
8
build.sh
8
build.sh
@@ -4,7 +4,13 @@ export PARTY1="Acme Co"
|
||||
export PARTY2="Joint Venture Co"
|
||||
|
||||
#Make multi line/array later.
|
||||
export ANCILLARY_BUSINESSES="TSYS Ancillary Businesses"
|
||||
export ANCILLARY_BUSINESSES=(ap4ap.org Rackrental.net "Starting Line Productions" YourDreamNameHere TeamRental MerchantsOfHope)
|
||||
. ./mo
|
||||
cat << EOF | mo
|
||||
{{#ANCILLARY_BUSINESSES}}
|
||||
* {{.}}
|
||||
{{/ANCILLARY_BUSINESSES}}
|
||||
EOF
|
||||
|
||||
./mo DealMemoInput.md > DealMemoRendered.md
|
||||
#./mo DealMemoInput.md
|
Reference in New Issue
Block a user