bin/cubicweb-ctl
author sylvain.thenault@logilab.fr
Wed, 11 Feb 2009 15:20:32 +0100
changeset 581 09f87f2c535e
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
update_search_state in the publisher since it should be done whatever the controller

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