bin/cubicweb-ctl
changeset 0 b97547f5f1fa
child 12253 9165f4b7426b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/cubicweb-ctl	Wed Nov 05 15:52:50 2008 +0100
@@ -0,0 +1,4 @@
+#!/usr/bin/env python
+from cubicweb.cwctl import run
+import sys
+run(sys.argv[1:])