mirror of
https://github.com/zulip/zulip.git
synced 2025-11-23 07:52:35 +00:00
3 lines
87 B
Bash
Executable File
3 lines
87 B
Bash
Executable File
#!/bin/sh -xe
|
|
while true; do python manage.py runtornado localhost:9993; sleep 1; done
|