chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
821decf
)
Add executable to make running directly from source easy
author
nickthetait
<tait@alephobjects.com>
Thu, 14 May 2015 19:30:33 +0000
(13:30 -0600)
committer
nickthetait
<tait@alephobjects.com>
Thu, 14 May 2015 19:30:33 +0000
(13:30 -0600)
cura
[new file with mode: 0755]
patch
|
blob
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 "$@"