#!/bin/bash set -ex if test -f "./h5m_files/msre.h5m"; then python ./scripts/msre_neutron_flux.py else python ./scripts/step_to_h5m.py python ./scripts/msre_neutron_flux.py fi