echo"Note: this step creates an alias in your ~/.cshrc file in the tcsh style (default on eecs hw server). If you are using bash, please open ~/.cshrc and change the command to: alias unit_test='/comp/15/bin/unit_test'"
echo"Note: this step creates an alias in your ~/.cshrc file in the tcsh style. If you are using bash, please open ~/.bashrc and change the command to: alias unit_test='/comp/15/bin/unit_test'"
echo"After this script runs, please run: source ~/.cshrc, and then use unit_test!"
echo"After this script runs, please run: source ~/.cshrc (or ~/.bashrc), and then use unit_test!"