bin/cubicweb-ctl
author Christophe de Vienne <christophe@unlish.com>
Mon, 11 May 2015 13:57:34 +0200
changeset 11963 64ecd4d96ac7
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[workflow] Utilities for declarative definition of workflows Closes #5337897

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