bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Sat, 29 May 2010 10:33:57 +0200
branchstable
changeset 5608 f9ab62103ad4
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
proof read documentation some clarifications, some typo fixes, and a couple of other strings fixed on the way

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