2024-04-01_10-09-02Z_Monday added sort

This commit is contained in:
Ken Fallon 2024-04-01 12:09:02 +02:00
parent 05f8407a74
commit 0cc22de954

View File

@ -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