bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Sun, 31 May 2009 19:53:41 +0200
changeset 2018 5abd684d5b9d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
watch out, there's some tabs hiding here and there, keep your eyes open ...

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