Added environment configuration for scripts

Necessary to ensure machines are properly configured for running these
scripts on either Apple Silicon or Intel based machines.
This commit is contained in:
Brooke Kuhlmann
2021-02-22 19:49:58 -07:00
parent e4ef33a5f6
commit ec441aefef
2 changed files with 17 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ else
exit 1
fi
configure_environment
while true; do
if [[ $# == 0 ]]; then
printf "\nUsage: run OPTION\n"