MSRE/scripts/k.sh
2022-07-21 14:31:53 +02:00

11 lines
160 B
Bash

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