mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
3 lines
126 B
Bash
Executable File
3 lines
126 B
Bash
Executable File
#!/bin/sh -x
|
|
while true; do python /home/humbug/humbug-deployments/current/manage.py runtornado localhost:9993; sleep 1; done
|