Allow extra scripts that are placed in local/ to also run during the run_all_scripts calls. This will have to preserve filename order and properly run the scripts in their named order instead of doing all repo scripts first and then all local scripts.
Allow extra scripts that are placed in
local/
to also run during therun_all_scripts
calls. This will have to preserve filename order and properly run the scripts in their named order instead of doing all repo scripts first and then all local scripts.