Section #1 - Basic Script using Variable Prompting - 5 points
Create a script that takes in a username as input and displays a welcome greeting message as output. Here are the requirements for the script:
- The script should prompt the user to enter their username.
- The script should print "Hello, [username]. Welcome to your Virtual Machine!"
- Test the script by executing it with the username of Testuser.
- Re-run the script, this time executing it with the username of Toni Morrison.
- Redirect the outputs to a file called login.txt
NOTE: Name the script -> act2script1.sh