#!/bin/sh

echo "your backed up .profile and .bashrc are placed in /home/user/.profile.bak And /home/user/.bashrc.bak"

exit 0
