Files

1 line
109 B
Bash
Raw Permalink Normal View History

2025-10-07 15:58:15 +08:00
timeout 60 bash -c 'until nc -z localhost 8000; do echo "Port is not available. Sleeping..."; sleep 5; done;'