mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
3 lines
128 B
Bash
Executable File
3 lines
128 B
Bash
Executable File
#!/bin/sh -x
|
|
while true; do python /home/humbug/humbug-deployments/current/manage.py runtornado localhost:9993; sleep 0.1; done
|