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