bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 17 Aug 2009 19:20:15 +0200
changeset 2884 7fcfb27ab975
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[c-c shell] add force option to bypass versions checking

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