bin/cubicweb-ctl
author Alexandre Richardson <alexandre.richardson@logilab.fr>
Fri, 30 Nov 2012 16:43:36 +0100
changeset 8749 9db7580d6427
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
add a command to compare db schema and file system schema (closes #464991)

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