bin/cubicweb-ctl
author Stephanie Marcu <stephanie.marcu@logilab.fr>
Mon, 20 Apr 2009 10:50:36 +0200
changeset 1405 4233089f7fb2
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
add mysql configuration section in cubicweb documentation

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