aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ermacs.in
blob: 77fa8c883cdd5f3f8d8ad2f3d6ae718640d0f280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

BASEDIR=%BASEDIR%

SLANG_EBIN_DIR=${BASEDIR}/../slang/ebin

erl -pa ${SLANG_EBIN_DIR} -pa ${BASEDIR}/ebin -pa ${BASEDIR}/mods/ebin \
    -noshell -s edit start $*

# Can I get bash to run this in response to SIGINT?
stty sane