8a3cf900b6e575c62badcab7715ff013b1f01216
[feisty_meow.git] / scripts / opensim / stop_osgrid.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