bin/cubicweb-ctl
author sylvain.thenault@logilab.fr
Mon, 04 May 2009 15:46:40 +0200
branchtls-sprint
changeset 1647 9936aca2453d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
sort attribute for testing purpose

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