aboutsummaryrefslogtreecommitdiffstats
path: root/priv/templates/erl_script.dtl
diff options
context:
space:
mode:
Diffstat (limited to 'priv/templates/erl_script.dtl')
-rw-r--r--priv/templates/erl_script.dtl13
1 files changed, 0 insertions, 13 deletions
diff --git a/priv/templates/erl_script.dtl b/priv/templates/erl_script.dtl
deleted file mode 100644
index 72e93dd..0000000
--- a/priv/templates/erl_script.dtl
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-set -e
-
-SCRIPT_DIR=`dirname $0`
-ROOTDIR=`cd $SCRIPT_DIR/../../ && pwd`
-BINDIR=$ROOTDIR/erts-{{ erts_vsn }}/bin
-EMU=beam
-PROGNAME=`echo $0 | sed 's/.*\\///'`
-export EMU
-export ROOTDIR
-export BINDIR
-export PROGNAME
-exec "$BINDIR/erlexec" ${1+"$@"}