Hey DevCloud Ninjas! 👋 Time for a fun Bash scripting challenge that'll help you level up your cloud skills! 🚀
Your mission, should you choose to accept it, is to create a Bash script called vm_info.sh that gives us some basic info about our virtual machine. Here's what I want you to do:
- Create a script that does the following:
- Prints a welcome message
- Checks and displays the number of CPU cores
- Shows the total amount of RAM
- Displays the available disk space
- Lists the top 3 processes using the most CPU