bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 24 Oct 2013 18:28:18 +0200
branchstable
changeset 9333 22423634d06d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[server/initrepo] show failed sql statements and abort if necessary (closes #3308564)

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