#!/usr/bin/env bash if [ -e "mathTest.cpp" ]; then mv main.cpp oldMain.cpp mv mathTest.cpp main.cpp else mv main.cpp mathTest.cpp mv oldMain.cpp main.cpp fi