# - bof - #



<<'comment'
  sudo su; 
  sudo -i;
  
  root user
  ~/.profile: executed by Bourne-compatible login shells.
  vim ~/.profile;
comment



if [ "$BASH" ]; then
  if [ -f ~/.bashrc ]; then
    . ~/.bashrc
  fi
fi

mesg n || true



# - eof - #
