bin/cubicweb-ctl
author Arthur Lutz <arthur.lutz@logilab.fr>
Tue, 27 Nov 2012 17:16:23 +0100
branchstable
changeset 8603 544ce5dd863c
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] fix of personnal etc directory in book

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