X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fopensim%2Fopensim_utils.sh;h=e6bb96811d2bfc132e0b3ef8adee4f196a820953;hb=a2858770f181b67bc89f2b6ee94cda8486e783d6;hp=3e84b705c58b6e0a5a3c4891c756023b840f0f8e;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/scripts/opensim/opensim_utils.sh b/scripts/opensim/opensim_utils.sh index 3e84b705..e6bb9681 100644 --- a/scripts/opensim/opensim_utils.sh +++ b/scripts/opensim/opensim_utils.sh @@ -35,6 +35,7 @@ function launch_screen() app_name="$1"; shift echo "$(mdate): starting $screen_name now..." screen -L -S "$screen_name" -d -m nice -n $NICENESS_LEVEL mono "$app_name" +##why? --debug #-console=basic echo "$(mdate): $screen_name started." sleep $SNOOZE_TIME