diff options
author | Felix Lange <fjl@twurst.com> | 2011-10-14 05:45:42 +0200 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2011-10-14 05:45:42 +0200 |
commit | bd5145368593e09460d4461256ee4f934b2ebf26 (patch) | |
tree | 471852782d61d64bede27d67552eb79af0a598aa /src/ermacs.in | |
parent | 90640c1aed302fd83a500bb9ccdfb6cf7b481112 (diff) | |
download | ermacs-fork-bd5145368593e09460d4461256ee4f934b2ebf26.tar.gz |
remove cruft
cruft includes:
- module header comments (yikes..)
- author attributes (sorry luke)
- old guard tests
Diffstat (limited to 'src/ermacs.in')
-rw-r--r-- | src/ermacs.in | 10 |
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 - |