if [ ! -z `pidof gpm` ]; then echo "" >/dev/null; else
  if [ "/dev/tty1" == `tty` ]; then
    echo "#*# GPM Loaded"
    /command/unix/gpm -m /dev/ttyS0 -t bare;
  fi
fi
