summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
Diffstat (limited to 'morph')
-rwxr-xr-xmorph17
1 files changed, 0 insertions, 17 deletions
diff --git a/morph b/morph
deleted file mode 100755
index d92fe4c..0000000
--- a/morph
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-MORPH="${MORPH:-$(which morph)}"
-
-BASE="$(dirname $0)"
-BASE="${BASE:-.}"
-BASE="$(realpath ${BASE})"
-
-MORPH_PLUGIN_PATH="${BASE}/plugin"
-
-export MORPH_PLUGIN_PATH
-
-PYTHONPATH="${BASE}${PYTHONPATH:+:${PYTHONPATH}}:"
-
-export PYTHONPATH
-
-exec ${MORPH} "$@"