1#!/usr/local/bin/bash -e
2
3echo "Running C-IBI"
4
5echo 'running csg_inverse --options "settings.xml"'
6csg_inverse --options settings.xml
7