first check-in of feisty meow codebase. many things broken still due to recent
[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 $SHELLDIR/opensim/opensim_utils.sh
7
8 # jump into the opensim binaries directory so we can run stuff.
9 pushd $HOME/opensim/bin &>/dev/null
10 launch_screen OpenSim OpenSim.exe 
11 popd &>/dev/null
12
13