bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 18 Feb 2011 17:11:00 +0100
changeset 7023 50defc197448
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag cubicweb-debian-version-3.11.0-1 for changeset 8daabda9f571

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