bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 15 Sep 2010 11:13:17 +0200
branchstable
changeset 6245 e7e9d73d0c07
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] add note about x-ref in doc's README

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