From 5582a7fc0b5083d0abe8d0bddb05a6876c91f383 Mon Sep 17 00:00:00 2001 From: Ken Fallon Date: Mon, 10 Jun 2024 18:40:44 +0200 Subject: [PATCH] 2024-06-10_16-40-44Z_Monday a quick one liner to show status --- bin/showstatus.bash | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/showstatus.bash diff --git a/bin/showstatus.bash b/bin/showstatus.bash new file mode 100755 index 0000000..c7f4b9f --- /dev/null +++ b/bin/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"