From 568252ab7c7df5d053c6dc95e6730e3bd88aac91 Mon Sep 17 00:00:00 2001 From: Ken Fallon Date: Tue, 24 Dec 2024 17:56:56 +0100 Subject: [PATCH] Moved to tools/workflow --- bin/showstatus.bash | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 bin/showstatus.bash diff --git a/bin/showstatus.bash b/bin/showstatus.bash deleted file mode 100755 index fb5a30e..0000000 --- a/bin/showstatus.bash +++ /dev/null @@ -1,5 +0,0 @@ -#!/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