bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 22 Apr 2015 12:26:44 +0200
changeset 10324 6e44cc1d9c7e
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web] add test for datadir-url option (related to #5204550)

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