#!/bin/bash echo "Creating initial conditions" python3 ./makeInput.py echo "Generating output" ./testSelectOutput 2>&1 | tee select_output.log echo "Checking output" python3 ./testSelectOutput.py rm -f testSelectOutput_0000.hdf5 testSelectOutput.xmf select_output.log echo "Test passed"