bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 18 Nov 2016 17:07:43 +0100
branchstable
changeset 11842 996cb45ee0c0
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Closing "stable" branch We now release-based branch naming.

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