#!/bin/sh
echo Args: $*
exec xterm -g 90x80 -cm -e lynx $*
