bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 10 Aug 2010 14:16:12 +0200
branchstable
changeset 6083 8d69ef5f086a
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[tabs] take care, vid may not be a valid dom id (for jQuery at least)

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