feat: Add --check to new run script

This commit is contained in:
zen0bit 2024-04-21 00:07:56 +02:00 committed by Martin Wimpress
parent 32f573fc36
commit 75df94154e
1 changed files with 4 additions and 0 deletions

View File

@ -3540,6 +3540,10 @@ case "${1}" in
help_message
exit 0
;;
'--check'|'-c')
just="test"
shift
;;
esac
if [ -n "${1}" ]; then