bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 23 Feb 2017 17:36:11 +0100
changeset 11977 6eb79532af12
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[server] Move "starting repository..." message where this actually happens

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