#! /bin/sh
# Call to xfbbC client for xfbbd daemon
# By Jose R. Marte A./HI8GN 9/11/98.-
#
[ ! xfbbd = "$(ps xc|grep -w xfbbd|awk '{print $5}')" ] && exit 0
cd /usr/local/fbb
./xfbbC -m -f -h localhost -i F6FBB -w thisJean-PaulPassword
cd
