bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 09 Jul 2014 16:33:08 +0200
changeset 11189 3a39f145d530
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[cwctl] remove networked remote shell This was a dbapi leftover. Related to #3933480.

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