bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 03 Feb 2010 20:35:19 +0100
changeset 4444 fd80a06227b3
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
document the ~ operator

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