bin/cubicweb-ctl
author Florent Cayré <florent.cayre@gmail.com>
Thu, 28 Apr 2011 20:24:27 +0200
changeset 7276 f9a68136eb87
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
handle js/ css file concatenation with twisted

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