#!/bin/bash if [ "x$DISPLAY" = "x" ]; then export DISPLAY=:0.0 fi xterm -fg "#889955" -bg "#112233" -fs 10 -sb -sl 1000 -title "xterm3" -n "xterm3" -T "xterm3" -font -adobe-courier-medium-r-normal-*-14-*-*-*-*-*-*-* -e /bin/bash &