bin/cubicweb-ctl
author Sylvain Thenault <sylvain.thenault@logilab.fr>
Thu, 20 Nov 2008 16:42:22 +0100
changeset 110 d3005cdc968f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
add detailled notes about objects selection (to be translated / proprified...)

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