projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11891e1
)
added debug flag to get more info.
author
Chris Koeritz
<fred@gruntose.com>
Sat, 18 Feb 2012 18:05:19 +0000
(13:05 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Sat, 18 Feb 2012 18:05:19 +0000
(13:05 -0500)
scripts/opensim/opensim_utils.sh
patch
|
blob
|
history
diff --git
a/scripts/opensim/opensim_utils.sh
b/scripts/opensim/opensim_utils.sh
index 3e84b705c58b6e0a5a3c4891c756023b840f0f8e..0f60a174d3711dc441796e55a4ea3ef2a58abe0f 100644
(file)
--- a/
scripts/opensim/opensim_utils.sh
+++ b/
scripts/opensim/opensim_utils.sh
@@
-34,7
+34,7
@@
function launch_screen()
screen_name="$1"; shift
app_name="$1"; shift
echo "$(mdate): starting $screen_name now..."
- screen -L -S "$screen_name" -d -m nice -n $NICENESS_LEVEL mono "$app_name"
+ screen -L -S "$screen_name" -d -m nice -n $NICENESS_LEVEL mono
--debug
"$app_name"
#-console=basic
echo "$(mdate): $screen_name started."
sleep $SNOOZE_TIME