forked from HPR/hpr_hub
2024-04-01_10-09-02Z_Monday added sort
This commit is contained in:
parent
05f8407a74
commit
0cc22de954
@ -21,7 +21,7 @@ if [ -z "${response}" ]
|
||||
then
|
||||
echo "INFO: There appear to be no more shows with the status \"METADATA_PROCESSED\"."
|
||||
echo "Getting a list of all the reservations."
|
||||
curl --silent --netrc-file ${HOME}/.netrc "https://hub.hackerpublicradio.org/cms/status.php"
|
||||
curl --silent --netrc-file ${HOME}/.netrc "https://hub.hackerpublicradio.org/cms/status.php" | sort -n
|
||||
exit 3
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user