bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 15 Apr 2010 14:27:43 +0200
branchstable
changeset 5279 42a37a50f2ff
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
use MB for Megabytes, instead of french Mo

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