Lines Matching refs:bash
1 #!/bin/bash
71 # hide write errors (bash's echo does not indicate if the write succeeded).
181 # Run these commands in bash because we need $(cmd subst) and
187 xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c 'kill $(cat "'"${XARGS_REPL_STR}"'/tasks") 2> /dev/null'
191 xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c "\"${CG_FILE_WRITE}\" \"${THAW}\" > '${XARGS_REPL_STR}/freezer.state'"
195 xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c 'kill $(cat "'"${XARGS_REPL_STR}"'/tasks") 2> /dev/null'
201 xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c 'kill -s SIGKILL $(cat "'"${XARGS_REPL_STR}"'/tasks") 2> /dev/null'
203 # Don't need to run these xargs commands in bash since we want
299 tasks=( $(cat "${cgroup_name}/tasks") ) # don't assign directly (bash bug)
675 args=( $sample_sleep ) # can't assign directly because of bash v2/v3 inconsistency
723 # Hey, bash, don't print out any of your messy job status notices