From 4dcdb38d86007c21acc115f7b6129ebfe8b2a2a4 Mon Sep 17 00:00:00 2001 From: Ken Fallon Date: Mon, 25 Nov 2024 17:45:47 +0100 Subject: [PATCH] Changed the sort on status --- bin/showstatus.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/showstatus.bash b/bin/showstatus.bash index c7f4b9f..fb5a30e 100755 --- a/bin/showstatus.bash +++ b/bin/showstatus.bash @@ -2,4 +2,4 @@ # Copyright Ken Fallon - Released into the public domain. http://creativecommons.org/publicdomain/ #============================================================ -curl --silent --netrc-file ${HOME}/.netrc "https://hub.hackerpublicradio.org/cms/status.php" +curl --silent --netrc-file ${HOME}/.netrc "https://hub.hackerpublicradio.org/cms/status.php" | sort -t ',' -k 5 -r