bin/cubicweb-ctl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 13 Jan 2014 14:21:28 +0100
branchreldefsecurity
changeset 9715 48e5e78fc9ac
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
close branch

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