bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 22 Dec 2009 18:25:53 +0100
branchstable
changeset 4185 ed99de8f93f2
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
should turn password into a Binary properly

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