bin/cubicweb-ctl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 12 Nov 2010 07:46:19 +0100
branchstable
changeset 6701 fd4267ecbba6
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
backport oldstable

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