#!/bin/sh
clear
if [ -r ~/.profile.shell ]; then
  cp ~/.profile.shell ~/.profile
fi
echo -n "Please Enter Your "
$SUPATH - $USER
if [ -r ~/.profile.bbs ]; then
  cp ~/.profile.bbs ~/.profile
fi