mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-13 17:29:26 +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 ]]
|
||||
then
|
||||
echo "no new URLs" 1>&2
|
||||
rm url_batch
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user