bin/cubicweb-ctl
author sylvain.thenault@logilab.fr
Mon, 16 Feb 2009 11:28:43 +0100
changeset 623 9dc7b3fa59f1
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
chainfirst / chainall can be given a name argument to use as inner function's name

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