Files
hpr-tools/workflow/showstatus.bash
2024-12-24 17:57:14 +01:00

6 lines
298 B
Bash
Executable File

#!/usr/bin/env bash
# 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" | sort -t ',' -k 5 -r