mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 14:33:26 +00:00
5 lines
89 B
Bash
5 lines
89 B
Bash
#!/bin/bash
|
|
|
|
while ! nc -z postgres 5432; do sleep 1; done;
|
|
|
|
exec .venv/bin/python -m bin |