bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 09 Nov 2011 18:41:12 +0100
changeset 8074 a7f76e322659
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
add some notes

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