bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 12 May 2009 20:08:36 +0200
branchtls-sprint
changeset 1763 65ec5ccc8927
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
that should be automatic

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