bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 18 Nov 2016 08:42:10 +0100
branch3.24
changeset 11834 43821267d4b7
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[skeleton] Depends on python-cubicweb in debian packaging [ci skip]

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