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