echo executing .gemlogin...
echo this is a sample .gemlogin file, so do not worry
echo if the following commands will not be found

if [ -d ${CLIPBRD} ]; then
  echo your clipboard directory is ${CLIPBRD} ...
else
  echo installing ${CLIPBRD} ...
  cd ~
  mkdir Clipboard
fi

aesversion
if [ $? -ge 40 ]; then
  echo AES 4.x startup...

  echo restoring desktop...
  /usr/bin/GEM/restore_desk.app&

  echo BubbleGEM...
  /bin/gem/bubble.app&

  echo Start Me Up!...
  /usr/sbin/StartMeUp!/start.app "u:\home\root\defaults\Start.set"&

  echo SpeedUp...
  x.gtp /bin/gem/speedup.prg "u:\bin\gem\speedup.inf"
fi
