Changed the sort on status

This commit is contained in:
Ken Fallon 2024-11-25 17:45:47 +01:00
parent 06af0e06be
commit 4dcdb38d86

View File

@ -2,4 +2,4 @@
# Copyright Ken Fallon - Released into the public domain. http://creativecommons.org/publicdomain/ # 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