From 4a73931e0d7005af82e3b582b9c0901b69b4da03 Mon Sep 17 00:00:00 2001 From: Ken Fallon Date: Tue, 24 Dec 2024 17:57:14 +0100 Subject: [PATCH] Moved from tools/workflow --- workflow/showstatus.bash | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 workflow/showstatus.bash 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