bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 18 Sep 2012 11:37:23 +0200
branchstable
changeset 8552 70cb36c826df
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag cubicweb-version-3.15.4 for changeset 63260486de89

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