forked from lix-project/hydra
7 lines
123 B
Bash
7 lines
123 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# wait until hydra is listening on port 3000
|
||
|
while ! nc -z localhost 3000; do sleep 1; done
|
||
|
|
||
|
hydra-queue-runner
|