aboutsummaryrefslogtreecommitdiff
path: root/pfefferz_tools.sh
blob: c1370b9cd649fa3f8a2d4255ae099116d0a881c7 (plain)
1
2
3
4
5
6
7
# Set this to your env
export ENV_MODEL_PATH=/home/pfefferz/aarch64_3/RTSM_AEMv8_VE

echo "Model at $ENV_MODEL_PATH"
export SCRIPT_DIR=$(dirname $(realpath ${BASH_SOURCE[0]}))
echo "Pulling in the rest of the tools at $SCRIPT_DIR/tools.sh"
. $SCRIPT_DIR/tools.sh