hpr_hub/bin/showstatus.bash

6 lines
298 B
Bash
Raw Normal View History

#!/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