Write a shell script (bash or sh) that prints out the following lines/information:
- Name: "Your name"
- Hostname: "The computer's hostname"
- Host IP: "The computer's IP number"
- Default Gateway: "The computer's default gateway"
- OS Version: "Whatever information on the OS version you can get programmatically"
- Memory: "The amount of physical memory (not disk) the system has"
- CPU Speed: "The CPU speed (in Hz not MIPS) the system thinks it has"
- Disk space: "The amount of aggregate physical disk the system has"
- A blank line (or two)
- The shell script itself