A shell script that displays system information like current time, system uptime, free disk space, free memory, and load average. The script runs continuously and updates the information every 5 seconds.
To use the script, simply download the script file and run it using the following command:
./system-monitoring.sh
The script will display the system information on the terminal window and update the information every 5 seconds. To stop the script, simply press Ctrl+C.
If you find any bugs or issues with the script, feel free to open a new issue on the GitHub repository. You can also contribute to the script by submitting a pull request with your changes.
This script is part of the Assignment, which aims to provide simple and easy-to-use scripts for system administration and monitoring.