Improved run.sh script with convenience features
Added multiple optional arguments to the run.sh
script to improve its convenience.
-
-p
: Specifies relative path to the property file describing the simulation scenario (i.e. the "model.props
") -
-c
: Specifies relative path to the config file (i.e. the "config.props
") -
-d
: Specifies relative path to a directory holding multiple property files. Simulations for all found property files will be executed sequentially.- Note: When specifying a directory with
-d
,-p
will be ignored!
- Note: When specifying a directory with
Running the script w/o any of the optional parameters results in the same behavior as before, using props/models.props
and props/config.props
as default.
Examples
./run.sh -p myDir/custom_model.props -c myDir/custom_config.props
./run.sh -d propertyFiles/ -n 12