# Script to pull code from the upstream repo on GitHub # Do not use this script unless you know what you are doing!! if [ ! -d github_staging_area ]; then git clone https://github.com/RobertRyne/OpenSpaceCharge.git github_staging_area fi cd github_staging_area git pull cp code/*f90 ../code/ cd ..