#!/usr/bin/env bash echo "DISCLAIMER: This script makes performance tweaks to your system." echo "The authors of this script are not responsible for any damage or loss resulting from its use." echo "Use this script at your own risk." echo "Please type 'agree' to accept the terms and proceed with the script." # Read the user input read -r user_input