chiark / gitweb /
Add executable to make running directly from source easy
authornickthetait <tait@alephobjects.com>
Thu, 14 May 2015 19:30:33 +0000 (13:30 -0600)
committernickthetait <tait@alephobjects.com>
Thu, 14 May 2015 19:30:33 +0000 (13:30 -0600)
cura [new file with mode: 0755]

diff --git a/cura b/cura
new file mode 100755 (executable)
index 0000000..22133cf
--- /dev/null
+++ b/cura
@@ -0,0 +1,3 @@
+## cura
+#!/bin/sh
+PYTHONPATH=. /usr/bin/python ./scripts/linux/cura.py "$@"