Merged with trunk
[hooke.git] / bin / hooke
diff --git a/bin/hooke b/bin/hooke
new file mode 100755 (executable)
index 0000000..7bf1b13
--- /dev/null
+++ b/bin/hooke
@@ -0,0 +1,5 @@
+#!/usr/bin/env python
+
+import hooke.hooke
+
+hooke.hooke.main()