#!/bin/sh

sed '/speedpatch/d' /home/user/.profile > /home/user/.profile.clean;mv /home/user/.profile.clean /home/user/.profile
sed '/speedpatch/d' /home/user/.bashrc > /home/user/.bashrc.clean;mv /home/user/.bashrc.clean /home/user/.bashrc

exit 0
