Mercurial > code > home > repos > href
annotate run_debug @ 3:656583326f40
deps
Ignore-this: d499aa7e898fe3710f6eda3c254de103
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sun, 17 Feb 2013 09:56:17 -0800 |
parents | 80b11112c9e0 |
children |
rev | line source |
---|---|
2
80b11112c9e0
web app for query urls like /user and /user/tag+tag
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
1 #!/bin/sh |
80b11112c9e0
web app for query urls like /user and /user/tag+tag
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
2 exec bin/bottle.py --debug --reload -b 0.0.0.0:10002 lookup |