#!/bin/sh

mv /home/user/.profile.bak /home/user/.profile
mv /home/user/.bashrc.bak /home/user/.bashrc

exit 0
