#! /bin/sh Y=`expr \`stty size | awk '{print $1}'\` - 3` X=`stty size | awk '{print $2}'` erlc life.erl erl -noshell -s life bang $X $Y