bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 22 Dec 2009 13:43:24 +0100
branchstable
changeset 4179 3a0b2f14e17b
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
only give extra_args if there is something to be fed (breaks some db connectors otherwise)

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