From: nickthetait Date: Thu, 14 May 2015 19:30:33 +0000 (-0600) Subject: Add executable to make running directly from source easy X-Git-Tag: lulzbot-15.02.1-1.01~25 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7aabffb1a763af1a0fb6160c8476d796800861ea;p=cura.git Add executable to make running directly from source easy --- diff --git a/cura b/cura new file mode 100755 index 00000000..22133cf9 --- /dev/null +++ b/cura @@ -0,0 +1,3 @@ +## cura +#!/bin/sh +PYTHONPATH=. /usr/bin/python ./scripts/linux/cura.py "$@"