#! /bin/sh

cppsim_root=${CPPSIMHOME-$HOME/CppSim}
if [ -z "$CPPSIMHOME" ]; then export CPPSIMHOME=$cppsim_root; fi

cppsimshared_root=${CPPSIMSHAREDHOME-$cppsim_root/CppSimShared}
if [ -z "$CPPSIMSHAREDHOME" ]; then export CPPSIMSHAREDHOME=$cppsimshared_root; fi

expand_tilde () { eval "$1=$2" ; }
expand_tilde cppsimshared_root $cppsimshared_root

ARCH=`arch`

python3 ${cppsimshared_root}/CppSimPyView/CppSimPyView.py
