i think this will work..
This commit is contained in:
12
build/build-op-agreement.sh
Normal file
12
build/build-op-agreement.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
OUTPUT_BASE_DIR="../YOURLLC"
|
||||
LLC_NAME="YourLLC"
|
||||
|
||||
PDF_OUTPUT_FILE="$OUTPUT_BASE_DIR/$LLC_NAME-Contract.pdf"
|
||||
MD_OUTPUT_FILE="$OUTPUT_BASE_DIR/$LLC_NAME-Contract.md"
|
||||
|
||||
source common.sh
|
||||
|
||||
prevRunCleanup
|
||||
makeOutput
|
||||
Reference in New Issue
Block a user