MSRE/scripts/k.sh

12 lines
160 B
Bash
Raw Permalink Normal View History

2022-07-21 14:31:53 +02:00
#!/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