bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 08 Dec 2009 16:45:01 +0100
changeset 4043 39ae94e0c8b8
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
give group mapping where needed

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