bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 26 May 2009 19:45:39 +0200
branchstable
changeset 1947 8696403e5324
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
test and fix __linkto handling (#343421)

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