A simple Bash script that displays basic system information such as hostname, user, OS, date, disk usage, and running processes.
Tested on Git Bash (Windows) and Linux.
- Show hostname and current user
- Display operating system and date
- Check disk usage
- List running processes
git clone https://github.com/Lewys-Tech/sysinfo_script.git
cd sysinfo_scriptchmod +x sysinfo.sh
./sysinfo.sh
Feel free to fork the repo, improve the script, and open a pull request.