|
|
|
@ -35,7 +35,7 @@ if [[ "$#" -lt 1 ]]; then
@@ -35,7 +35,7 @@ if [[ "$#" -lt 1 ]]; then
|
|
|
|
|
echo -e ""; |
|
|
|
|
echo -e "${CSECTION}Available actions${RS}"; |
|
|
|
|
echo -e " ${CACTION}setup${RS} - Perform initial setup"; |
|
|
|
|
echo -e " ${CACTION}render${RS} - Render the LaTeX exmaples"; |
|
|
|
|
echo -e " ${CACTION}render${RS} - Render the report"; |
|
|
|
|
echo -e ""; |
|
|
|
|
|
|
|
|
|
exit 1; |
|
|
|
|