#!/bin/bash
#st -t "Cmd"

if [ $# -ge 1 ]; then
    HEIGHT=$1;
else
    HEIGHT=28;
fi

uxterm -title "Cmd" \
    +sb -sl 200 -cr white \
    -fg white -bg black \
    -fn -*-terminus-*-*-*-*-${HEIGHT}-*-*-*-*-*-iso10646-*

