bin/cubicweb-ctl
author David Douard <david.douard@logilab.fr>
Fri, 03 Jul 2015 11:37:58 +0200
changeset 10500 d1164ba9ac23
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] put the tutorials between the intro and the `Repository development` toc of the book Related to #4832808

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