diff --git a/workflow/showstatus.bash b/workflow/showstatus.bash new file mode 100755 index 0000000..fb5a30e --- /dev/null +++ b/workflow/showstatus.bash @@ -0,0 +1,5 @@ +#!/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