bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 03 Feb 2010 18:45:20 +0100
changeset 4440 2eb6112ba4f0
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
nicer docstring

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