forked from HPR/hpr-tools
Moved from tools/workflow
This commit is contained in:
parent
924e2fb0eb
commit
4a73931e0d
5
workflow/showstatus.bash
Executable file
5
workflow/showstatus.bash
Executable file
@ -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
|
Loading…
Reference in New Issue
Block a user