nice new tool to show version of feisty meow
[feisty_meow.git] / scripts / opensim / run_osgrid.sh
1 #!/bin/bash
2 # this script starts up the opensim process for osgrid (0.6.9 era) using the
3 # screen utility.  note that this will only be useful for an osgrid-attached
4 # sim server.
5
6 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
7 source "$FEISTY_MEOW_SCRIPTS/opensim/opensim_utils.sh"
8
9 # jump into the opensim binaries directory so we can run stuff.
10 pushd $HOME/opensim/bin &>/dev/null
11 launch_screen opensim OpenSim.exe 
12 popd &>/dev/null
13
14