From fc24a213d9e5f6eec6ceb246696729e0705acd29 Mon Sep 17 00:00:00 2001 From: Derek Stevens Date: Fri, 16 Oct 2020 12:09:24 -0400 Subject: [PATCH] formatted script body to 80 columns --- t2stats.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t2stats.sh b/t2stats.sh index 314df5d..ad79587 100755 --- a/t2stats.sh +++ b/t2stats.sh @@ -15,7 +15,8 @@ while true; do if [ ! -z "${possiblyeth}" ]; then output=wired elif [ ! -z "${possiblywifi}" ]; then - output="wifi/$(echo ${possiblywifi} | awk 'BEGIN { ORS=" " }; {for (i=1; i<=(NF-3);i++) print $i}')" + output="wifi/$(echo ${possiblywifi} |\ + awk 'BEGIN { ORS=" " }; {for (i=1; i<=(NF-3);i++) print $i}')" else output=offline fi