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