/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Validation/Geometry/test/runMaterialDumpFunctions
8 строк
192 B
Marco Rovere
Factorize and improve automatic shell scripts
06 окт 2016, 15:18
Не верифицирован
06 окт 2016, 15:18
9e45b99
Код
Авторство
О чём код?
function checkFile { [[ ! -e $1 ]] | [[ ! -s $1 ]] } # Wait for possible bg jobs launched in the previous loop function waitPendingJobs { for job in $(jobs -p); do wait $job; done }