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

https://github.com/kmr-ankitt/myshell

Minimal shell for linux systems.
https://github.com/kmr-ankitt/myshell

linux-shell myshell shell

Last synced: about 1 month ago
JSON representation

Minimal shell for linux systems.

Awesome Lists containing this project

README

          

# Myshell

Myshell is a minimal shell for Linux systems (made just for fun).
This can perform any linux opertions.

## Prerequisite

- **Go** must be installed in your system.

## Why

Just wanted to learn something new.

## Installation

Myshell can easily be installed on your system by cloning this repository

```bash
git clone https://github.com/kmr-ankitt/Myshell
cd Myshell
```

then, run it

```go
go run src/main.go
```

## Build

You can alternatively build **Myshell** and use
```go
go build src/main.go
./main
```

## Example

This is one example of Myshell

![Screenshot from 2024-05-17 12-03-48](https://github.com/kmr-ankitt/Myshell/assets/90329779/b4592e3f-5b6d-4184-ab96-ff2d674c2caa)