bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 27 May 2009 15:54:29 +0200 (2009-05-27)
branchstable
changeset 1971 5e6799e86088
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
if textoutofcontext, we need to html escape
#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])