bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 24 Apr 2009 09:20:52 +0200
branchtls-sprint
changeset 1467 972517be96dc
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
sendmail form should now work as before

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