aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ermacs.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/ermacs.in')
-rw-r--r--src/ermacs.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ermacs.in b/src/ermacs.in
deleted file mode 100644
index accb10f..0000000
--- a/src/ermacs.in
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-BASEDIR=%BASEDIR%
-
-erl -pa ${BASEDIR}/ebin -pa ${BASEDIR}/mods/ebin \
- -noshell -nouser -s edit start $* 2>/tmp/ermacs-misc.log
-
-# How do I get sh to run this in response to SIGINT?
-stty sane
-