tasty revision to load feisty for full use
[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/core/launch_feisty_meow.sh"
6 source "$FEISTY_MEOW_SCRIPTS/opensim/opensim_utils.sh"
7
8 # the brains for the script is the screen and process names we need to control.
9 close_application opensim OpenSim.exe
10