bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Sat, 01 Aug 2009 01:24:03 +0200
changeset 2623 e1f34b77290b
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
oops, should have been in a earlier commit (give rollback_on_failure to doexec)

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