2024-06-10 16:40:44 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
# Copyright Ken Fallon - Released into the public domain. http://creativecommons.org/publicdomain/
|
|
|
|
#============================================================
|
|
|
|
|
2024-11-25 16:45:47 +00:00
|
|
|
curl --silent --netrc-file ${HOME}/.netrc "https://hub.hackerpublicradio.org/cms/status.php" | sort -t ',' -k 5 -r
|