#!/bin/sh

rlwrap -s ${ERL_HISTORY_SIZE:-500} -H ${ERL_HISTORY_FILE:-$HOME/.erlsh_history} ${ERL:-/usr/bin/erl} -oldshell $@
