bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Sun, 07 Dec 2008 14:24:19 +0100
changeset 182 45a810beed18
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
upload icon (actually just the download icon rotated)

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