소스 검색

doc: add fancy code comment for multi-pip expression

main
Jan Lehnardt 3 년 전
부모
커밋
2bd1e20617
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      wait_for_pid_exit.sh

+ 5
- 0
wait_for_pid_exit.sh 파일 보기

@@ -12,6 +12,11 @@ wait_for_pid_exit () {
waiting=0

debug_inline "waiting for $pid to exit "
# show all pids
# | find just the $server_pid
# | | don’t match on the previous grep
# | | | we don’t need the output
# | | | |
until ( ! ps ax | grep $pid | grep -v grep > /dev/null); do
if [ $waiting -eq $iterations ]; then
after=`expr $duration \* $iterations`


불러오는 중...
취소
저장