21-assist-in-env-setup #23

Merged
hygienic-books merged 17 commits from 21-assist-in-env-setup into main 2023-11-06 00:39:33 +00:00
Showing only changes of commit e39d60cb00 - Show all commits

View File

@ -222,6 +222,10 @@ function setup_env_vars () {
>> "${settings_file}" >> "${settings_file}"
fi fi
done done
printf -- '%s\n' \
'Done, please rerun script now without '"'"'setup'"'"' argument.'
exit 77
} }
function arg_parse () { function arg_parse () {