#! /bin/ash

# mc gateway 


if [ "`which lynx`" ] ; then
	exec	lynx .
else
	exec pion
fi

