From bab33ad24a4b960dc97eb0e179e99e52b12a1706 Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 8 Aug 2019 04:11:54 +1000 Subject: Various clean ups. --- scripts/start-sim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/start-sim b/scripts/start-sim index 78e627d..bf6a32e 100755 --- a/scripts/start-sim +++ b/scripts/start-sim @@ -55,10 +55,10 @@ if [ "x$1" = "x" ]; then if [ "$tgt" = "scripts" ]; then uptime pushd ${PRGDIR}/../../config/ROBUST >/dev/null - ./start-sim $quiet + ./start-sim -q + popd > /dev/null echo "Sleeping for $((${delay} / 2)) seconds." sleep $((${delay} / 2)) - popd > /dev/null for i in $(seq -w 1 99) do j=$(num2name ${i}) @@ -68,12 +68,12 @@ if [ "x$1" = "x" ]; then echo "Starting ${j}." pushd ${PRGDIR}/../../config/${j} >/dev/null ./start-sim -w + popd > /dev/null uptime # Sleep for a while, so that there is plenty of time to finish starting scripts and such, # and we are not keeping the computer very busy if there are lots of sims. echo "Sleeping for ${delay} seconds." sleep ${delay} - popd > /dev/null fi done uptime -- cgit v1.1