bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 05 Oct 2009 16:15:41 +0200
branchstable
changeset 3557 4aa3b3f1c8a9
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
provide missing image, build on local user tmp (to avoid permissions conflicts)

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