first check-in of feisty meow codebase. many things broken still due to recent
[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 $SHELLDIR/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