#!/bin/sh

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

exit 0
