bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 28 Apr 2014 17:43:35 +0200
changeset 9710 dff4bda87c6a
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] update 3.19 release notes

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