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