bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 08 Feb 2010 09:57:25 +0100
branchstable
changeset 4488 e8e7f6a0e7b6
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
errors on postcommit should never occurs, log it as critical

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