7bdad6f3a8c050097f16bcd35fb4c567bc515470
[feisty_meow.git] / scripts / opensim / stop_opensim.sh
1 #!/bin/bash
2 # this script stops a 0.6.9 era opensimulator system that was started by
3 # the run_opensim or run_osgrid script.  this will work for either case.
4
5 source $FEISTY_MEOW_SCRIPTS/opensim/opensim_utils.sh
6
7 # the brains for the script is the screen and process names we need to control.
8 close_application opensim OpenSim.exe
9 close_application robust Robust.exe
10