3 source $FEISTY_MEOW_SCRIPTS/buildor/gffs_builders.sh
5 echo stopping any running genesis processes...
6 bash $GFFS_TOOLKIT_ROOT/library/zap_genesis_javas.sh
8 export GFFS_LOGS="$HOME/.GenesisII"
10 echo cleaning out the logs directory...
11 \rm -f "$GFFS_LOGS"/*log*
13 echo making a simple starting log file for container...
14 if [ ! -d "$GFFS_LOGS" ]; then
16 check_result Making GFFS logs directory.
19 echo building the code freshly, although not with a clean first...
21 check_result Building GFFS source code.
23 echo starting container now and spooling its log file...
24 (bash $GFFS_TOOLKIT_ROOT/library/maybe_restart_container.sh &>$TMP/main_container_restarting.log & )
25 # snooze a bit so the container gets a chance to write something.
27 tail -f ~/.GenesisII/container.log