bin/cubicweb-ctl
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Wed, 17 Dec 2008 09:42:48 +0100
changeset 213 6842c3dee34b
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
adding files (formely appearing in jpl) specific to cubicweb

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