#!/bin/sh
#
#
xterm -name Planet.Root  -geom 120x40+50+20 -bg DarkBlue -fg yellow &
xterm -name Planet.Alvin -geom 120x60-10+0 -bg Black -fg yellow &
xterm -name Planet.Alvin_web -geom 120x60+200+0 -bg Black -fg gold &
#
xterm -name Maggie.Root      -geom 120x55+30-100 -bg DarkBlue -fg yellow &
xterm -name Maggie.Alvin-Sec -geom 120x55+60-70 -bg RoyalBlue -fg yellow &
xterm -name Maggie.Alvin     -geom 120x60-30-70 -bg Black -fg yellow &
#
# end of file

