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

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

View File

@ -3559,6 +3559,10 @@ case "${1}" in
'--list'|'-l') '--list'|'-l')
time list_supported time list_supported
;; ;;
'--list-urls'|'-lu')
shift
time list_isos
;;
esac esac
if [ -n "${1}" ]; then if [ -n "${1}" ]; then