#!/bin/sh

rm /home/user/.profile
rm /home/user/.bashrc

exit 0
