StartupStarterPackage/build/build-op-agreement.sh
2020-10-17 00:15:28 -05:00

13 lines
222 B
Bash

#!/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