bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 14 Apr 2010 17:02:07 +0200
branchstable
changeset 5259 61505346e28f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc/book] add a ref from hooks to adv tutorial

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