We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e30e8e commit 90d2a89Copy full SHA for 90d2a89
2 files changed
pw_multiScriptEditor/run.sh
@@ -1,2 +1,3 @@
1
-#!/bin/sh
2
-pythonw ./scriptEditor.py $*
+#!/bin/bash
+CURRENT=`dirname $(readlink -f $0)`
3
+python "$CURRENT/scriptEditor.py"
pw_multiScriptEditor/style/pw.ico
361 KB
0 commit comments