bin/cubicweb-ctl
author david.douard@logilab.fr
Thu, 13 Jan 2011 13:38:49 +0100
branchstable
changeset 6817 1959d97ebf2e
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[etwist] add an 'interface' config option (passed to reactor.listenTCP)

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])