# duplicate account stuff # trap "" 2 3 15 user=`who am i | sed "s/ .*//"` if [ -z "$user" ] # 8-character bug hack then user=$LOGNAME fi if [ "$user" = "$1" ] then other=$2 elif [ "$user" = "$2" ] then other=$1 else mail sp <