feat: Add --download to new run script

This commit is contained in:
zen0bit 2024-04-21 00:05:50 +02:00 committed by Martin Wimpress
parent 983c6af8a6
commit b811977464
1 changed files with 4 additions and 0 deletions

View File

@ -3676,6 +3676,10 @@ case "${1}" in
show_os_info "${1}" "${2}" show_os_info "${1}" "${2}"
exit 0 exit 0
;; ;;
'--download'|'-d')
just="download"
shift
;;
esac esac
if [ -n "${1}" ]; then if [ -n "${1}" ]; then