Started the reorganization of Scripts for github. Some notes changes.

This commit is contained in:
Norm Rasmussen
2023-05-04 16:07:06 -04:00
parent 6a674ca24b
commit 18a266746b
209 changed files with 121 additions and 12181 deletions

View File

@ -0,0 +1,15 @@
#! /bin/zsh
jscript=$(node resources_api.js)
render_pdf=$(python3 combine_to_pdf.py)
echo "Loading virtual environment for Python"
. ${PYENV_ROOT}/versions/walmart/bin/activate | awk 'NR==1{print $1,$2,$3}'
echo "First up, Javascript's Pupeteer."
echo "$jscript"
echo "JS Complete. Running Python Script to clean up PDFs."
echo "$render_pdf"
echo "PDFs complete. Shutting down Virtual env."