bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 05 Jan 2011 15:32:37 +0100
branchstable
changeset 6778 7dd4835d5198
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
properly tell we've started an instance (close #1391262)

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