mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-19 22:17:08 +00:00
clean up temp files in exit condition
This commit is contained in:
@@ -15,6 +15,7 @@ util/find-new-urls.awk > url_batch
|
|||||||
if [[ $(wc -l url_batch | awk '{print $1}') == 0 ]]
|
if [[ $(wc -l url_batch | awk '{print $1}') == 0 ]]
|
||||||
then
|
then
|
||||||
echo "no new URLs" 1>&2
|
echo "no new URLs" 1>&2
|
||||||
|
rm url_batch
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user