bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 13 Mar 2009 11:07:16 +0100
changeset 1114 b91c7a7e8cb0
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[workflow] better crash on programming error than silently swallow things (needs review)

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