feat: Add --test-urls to new run script

This commit is contained in:
zen0bit 2024-04-21 00:09:34 +02:00 committed by Martin Wimpress
parent 0b176ba15d
commit a71c9e107b
1 changed files with 4 additions and 0 deletions

View File

@ -3563,6 +3563,10 @@ case "${1}" in
shift
time list_isos
;;
'--test-urls'|'-tu')
shift
time test_isos
;;
esac
if [ -n "${1}" ]; then