first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / scripts / opensim / run_opensim.sh
1 #!/bin/bash
2 # this script starts up all the opensim processes (0.6.9 era) using the screen
3 # utility.  then the processes can all be accessed when desired, rather than
4 # needing to be started in 5 or so separate windows.
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
11 launch_screen robust Robust.exe
12 launch_screen opensim OpenSim.exe 
13
14 popd &>/dev/null
15
16