From: Johannes Truschnigg Date: Fri, 18 Mar 2022 15:58:08 +0000 (+0100) Subject: Improve output X-Git-Url: https://johannes.truschnigg.info/gitweb/?a=commitdiff_plain;h=a4bdd66b677e82b66c0bb6b80a2c21d55f23b71a;p=sqm_lagthrottle Improve output --- diff --git a/config_suggest b/config_suggest index a39b0da..0fe37d1 100755 --- a/config_suggest +++ b/config_suggest @@ -11,7 +11,7 @@ echo "" >&2 echo "Please keep your Internet-directed traffic at a minimum while pinging." >&2 echo "" >&2 echo "Hit the [ENTER] key when ready, or [CTRL]+[C] to abort..." >&2 -read _ +read _ >/dev/null printf 'Performing pings, please be patient...' >&2 #set -x @@ -94,4 +94,9 @@ END { echo "" >&2 echo "" >&2 +echo "Hit the [ENTER] to display full stats, or [CTRL]+[C] to exit." >&2 +read _ >/dev/null +cat "${sto}" >&2 +echo "" >&2 + rm -f "${fpo}" "${sto}"