From: nickthetait Date: Thu, 11 Jun 2015 15:32:51 +0000 (-0600) Subject: Rename executable to remove naming conflict. Fixes #122 X-Git-Tag: lulzbot-15.02.1-1.03~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=62e31aac7500a3c7f7ae2407fa0e9dfbc9efa2a0;p=cura.git Rename executable to remove naming conflict. Fixes #122 --- diff --git a/dev-cura b/dev-cura new file mode 100755 index 00000000..22133cf9 --- /dev/null +++ b/dev-cura @@ -0,0 +1,3 @@ +## cura +#!/bin/sh +PYTHONPATH=. /usr/bin/python ./scripts/linux/cura.py "$@"