bin/cubicweb-ctl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 17 Nov 2008 23:37:00 +0100
changeset 90 7fd4ffeb082b
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] images were renamed and table of content changed

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