tasty revision to load feisty for full use
[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 "$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
12 launch_screen robust Robust.exe
13 launch_screen opensim OpenSim.exe 
14
15 popd &>/dev/null
16
17