summaryrefslogtreecommitdiff
path: root/simplec
blob: d2d54802e30a25889fc84102fc84db14fc0af711 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
BIN=$(realpath $0)
cd $(dirname $BIN)

if [ ! -t 1 ]; then
    ARGS=-noinput
fi

exec erl $ARGS -pa $PWD/ebin $PWD/deps/*/ebin -boot start_sasl -s simplec