clean up temp files in exit condition

This commit is contained in:
Nicholas Long
2022-07-06 05:35:44 +00:00
parent 39809b1733
commit 55cf253b21
+1
View File
@@ -15,6 +15,7 @@ util/find-new-urls.awk > url_batch
if [[ $(wc -l url_batch | awk '{print $1}') == 0 ]]
then
echo "no new URLs" 1>&2
rm url_batch
exit 0
fi