bin/cubicweb-ctl
author David Douard <david.douard@logilab.fr>
Fri, 14 Jun 2013 16:26:25 +0200
branchstable
changeset 9013 b4bcabf55e77
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
3.17 is the new stable

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