This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
2b12dbae9c
zulip
/
tools
/
tornado-command-line
3 lines
86 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh -x
while
true
;
do
python manage.py runtornado localhost:9993
;
sleep 1
;
done
Reference in New Issue
View Git Blame
Copy Permalink