bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 18 May 2010 18:15:42 +0200
branchstable
changeset 5543 2b962bb9eee8
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag cubicweb-version-3.8.2 for changeset ef2e37d34013

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