Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 709 Bytes

README.md

File metadata and controls

48 lines (26 loc) · 709 Bytes

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

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

then, run it

go run src/main.go

Build

You can alternatively build Myshell and use

go build src/main.go
./main

Example

This is one example of Myshell

Screenshot from 2024-05-17 12-03-48