Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/echosingh/simple_bash


https://github.com/echosingh/simple_bash

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Bash System Information Script

This script displays system information in a user-friendly format using colors and formatting.

## Features

- Hostname
- OS version
- Kernel version
- System uptime
- Shell
- Memory usage
- Disk usage
- Network information

## Usage

1. Make the script executable:
```bash
chmod +x system_info.sh
```
2. Run the script:
```bash
./system_info.sh
```
## Requirements
WSL2 with a Linux distribution installed (e.g., Ubuntu) on Windows 11.