From 4880659ff5ff065d2e44d6dc698b3b7ce1390d79 Mon Sep 17 00:00:00 2001 From: Nils Steinger Date: Sat, 25 Feb 2017 18:26:22 +0100 Subject: [PATCH] Added header and footer, including current time --- nench.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nench.sh b/nench.sh index da09d8a..7fd7f5b 100755 --- a/nench.sh +++ b/nench.sh @@ -7,6 +7,13 @@ # speedtests while retaining useful European and North American POPs ##### +printf '%s\n' '-------------------------' +printf ' nench.sh benchmark\n' +date -u '+ %F %T UTC' +printf '%s\n' '-------------------------' + +printf '\n' + wget -q -r http://bench.wget.racing/ioping.static -O ioping.static chmod +x ioping.static @@ -145,3 +152,6 @@ else printf 'No IPv6 connectivity detected\n' fi +printf '%s\n' '-------------------------' + +printf '\n'