mirror of https://github.com/zulip/zulip.git
3 lines
87 B
Plaintext
3 lines
87 B
Plaintext
|
#!/bin/sh -xe
|
||
|
while true; do python manage.py runtornado localhost:9993; sleep 1; done
|