bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 23 Jun 2009 10:54:46 +0200
branchstable
changeset 2136 ffd6c68bc485
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[idownloadable] use the optional title parameter if specified in the download view

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