bin/cubicweb-ctl
author Rémi Cardona <remi.cardona@logilab.fr>
Wed, 09 Dec 2015 18:29:59 +0100
changeset 10958 9edfe9429209
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[pkg] 3.21.3

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