/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.3
test/runCompletion
7 строк
368 B
Ville Skyttä
Run delegated test tools/scripts with exec.
22 апр 2010, 00:34
22 апр 2010, 00:34
c5348d8
Код
Авторство
О чём код?
#!/bin/bash # NOTE: I tried setting up bash_completion_lib within ./lib files, but DejaGnu # isn't initialized at that point (i.e. output of `expect' is shown on # stdout - `open_logs' hasn't run yet?). And running code from a library # file isn't probably a good idea either. exec "$BASH" "$(dirname "${BASH_SOURCE[0]}")/run" --tool completion $*