build-configs(update)
This commit is contained in:
parent
46271ee145
commit
424f9a66f5
2 changed files with 5 additions and 4 deletions
3
run
3
run
|
|
@ -112,6 +112,9 @@ function _run {
|
|||
"${service}" "${@}"
|
||||
}
|
||||
|
||||
# Include any local tasks.
|
||||
source run.local || true
|
||||
|
||||
TIMEFORMAT=$'\nTask completed in %3lR'
|
||||
time "${@:-help}"
|
||||
|
||||
|
|
|
|||
Reference in a new issue