#!/bin/sh
export LANG=en_US 
exec xterm -fn -sgi-screen-medium-r-normal--16-160-72-72-m-80-iso8859-1 -bg gray15 -fg gray90 -lc "$@"
