bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 07 Oct 2010 17:25:24 +0200
branchstable
changeset 6406 39663630ca3c
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
xml-escape <script> tags generated by HTMLHead

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