bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Tue, 28 Sep 2010 12:22:17 +0200
branchstable
changeset 6350 74575fb32a4d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[book] updated FAQ 'How to reset the password for user joe' with SQL Server syntax

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