bin/cubicweb-ctl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 21 Jul 2009 11:48:11 +0200
branchstable
changeset 2397 cdedc2a32b06
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[shell] move toolsutils.confirm() to logilab.common.shellutils

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