#!/bin/sh
if [ "$1" = -h ]; then
   echo "Starts a terminal."
   exit
fi
exec xterm -bg \#222222 -fg \#DEDEDE -cr \#005577 -sl 4000 -fn 8x13
