mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
75f3008b66
commit
e649fc056b
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
# Launch background process.
|
||||
(sleep 5; echo "abc" > $2) &
|
||||
|
||||
# Save PID of the background process to the file specified by the first argument.
|
||||
echo -n $! > $1
|
Loading…
Reference in New Issue