#!/bin/bash
# Created by Ben Okopnik on Fri Dec 24 20:07:34 EST 2004

# Open a small, high-contrast xterm and launch the dialer process in it
xterm -geometry 40x10-0-0 -name ppp -bg black -fg yellow -fn 6x9 -e pppd call cell-hs &
# Background a process which will launch fetchmail in 5 seconds...
( sleep 5; fet ) &
# ...and run a script which will show the mail count, etc. messages
cm-small

