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, 13 insertions, 0 deletions
diff --git a/priv/templates/erl_script.dtl b/priv/templates/erl_script.dtl
new file mode 100644
index 0000000..261eb6a
--- /dev/null
+++ b/priv/templates/erl_script.dtl
@@ -0,0 +1,13 @@
+#!/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+\"$@\"}