bin/cubicweb-ctl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 29 Dec 2008 23:59:55 +0100
changeset 311 65c6738df991
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] no underline for links

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