bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 29 Jun 2009 13:57:31 +0200
changeset 2187 00631850a69e
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
likely typo

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