mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
f6bd82d68f
commit
8eb454da14
|
@ -1,6 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
# wait <pid> in bash only works for processes that are direct children to the calling
|
||||
# shell. This script is more general purpose.
|
||||
wait_pid() {
|
||||
|
|
Loading…
Reference in New Issue