bin/cubicweb-ctl
author David Douard <david.douard@logilab.fr>
Mon, 11 Jun 2012 10:00:02 +0200
changeset 8439 783a5df54dc7
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[debian] prepare 3.15.1-1

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