Files
zulip/tools/tornado-command-line
Tim Abbott bbec562397 Add scripts for the Django and Tornado command lines on prod servers.
(imported from commit 7af5034cd26c5a6a99cece744feeaf3d0a1d843e)
2013-01-17 22:08:39 -05:00

3 lines
87 B
Bash
Executable File

#!/bin/sh -xe
while true; do python manage.py runtornado localhost:9993; sleep 1; done