bin/cubicweb-ctl
author Rémi Cardona <remi.cardona@logilab.fr>
Mon, 14 Apr 2014 13:31:19 +0200
branchstable
changeset 9704 43c9896d0e9f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
an -> a (misc)

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