build-configs(update)

This commit is contained in:
Oliver Davies 2023-11-14 13:04:07 +00:00
parent 46b19bca22
commit b0c7915c82
2 changed files with 5 additions and 4 deletions

3
run
View file

@ -112,6 +112,9 @@ function _run {
"${service}" "${@}"
}
# Include any local tasks.
source run.local || true
TIMEFORMAT=$'\nTask completed in %3lR'
time "${@:-help}"