From a71c9e107b1c6222348dec8397a44286feaf548a Mon Sep 17 00:00:00 2001 From: zen0bit Date: Sun, 21 Apr 2024 00:09:34 +0200 Subject: [PATCH] feat: Add --test-urls to new run script --- quickget | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/quickget b/quickget index c5ed34a..49362d5 100755 --- a/quickget +++ b/quickget @@ -3563,6 +3563,10 @@ case "${1}" in shift time list_isos ;; + '--test-urls'|'-tu') + shift + time test_isos + ;; esac if [ -n "${1}" ]; then