Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornickthetait <tait@alephobjects.com>2015-06-11 18:32:51 +0300
committernickthetait <tait@alephobjects.com>2015-06-11 18:32:51 +0300
commit62e31aac7500a3c7f7ae2407fa0e9dfbc9efa2a0 (patch)
tree4c218946617efd5a36b56158d82530197d56a2c7 /dev-cura
parent577b902c11563eeac31e8b74f456caa6e39f28c5 (diff)
Rename executable to remove naming conflict. Fixes #122
Diffstat (limited to 'dev-cura')
-rwxr-xr-xdev-cura3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-cura b/dev-cura
new file mode 100755
index 0000000000..22133cf90d
--- /dev/null
+++ b/dev-cura
@@ -0,0 +1,3 @@
+## cura
+#!/bin/sh
+PYTHONPATH=. /usr/bin/python ./scripts/linux/cura.py "$@"