Files
zulip/tools/tornado-command-line
Tim Abbott 3fa32c8f7d Decrease restart timeouts for django and tornado command lines.
(imported from commit 5653de5e4e39f6ecfade794738d334a360bf2a7e)
2013-04-18 17:15:29 -04:00

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