#!/bin/sh
#
# 07-Jan-03 amo Added Four
#
#
# xrdb -merge ~/.Xdefaults
# #
# export TERM
#
#
xterm -name Chipmunk  -geom 120x50+10+10   -bg Black -fg yellow &
xterm -name Squirrel  -geom 120x50+50+40   -bg Black -fg yellow &
xterm -name Maggie    -geom 120x50+90+70   -bg Black -fg yellow &
xterm -name Virtual   -geom 120x50+130+100 -bg Black -fg yellow &
xterm -name Linux-1U  -geom 120x50+170+130 -bg Black -fg yellow &
xterm -name A         -geom 120x50+210+160 -bg Black -fg yellow &
xterm -name B         -geom 120x50+250+190 -bg Black -fg yellow &
xterm -name C         -geom 120x50+290+220 -bg Black -fg yellow &
xterm -name D         -geom 120x50+330+250 -bg Black -fg yellow &
xterm -name E         -geom 120x50+370+280 -bg Black -fg yellow &
#
#
xterm -name Zappa     -geom 120x50-10+10   -bg Black -fg yellow &
xterm -name Two       -geom 120x50-50+40   -bg Black -fg yellow &
xterm -name Three     -geom 120x50-90+70   -bg Black -fg yellow &
xterm -name Four      -geom 120x50-130+100 -bg Black -fg yellow &
#
#
# end of file

