bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 06 Jul 2012 09:00:33 +0200
changeset 8450 11063635c4e4
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[fti] allow usage of custom RQL to fetch entities to index (closes #2410509)

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