bin/cubicweb-ctl
author Florent Cayré <florent.cayre@gmail.com>
Thu, 28 Apr 2011 19:42:19 +0200
changeset 7275 bb3bb8104134
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
put data version md5 into a new url segment to ease static serving

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