Myshell is a minimal shell for Linux systems (made just for fun). This can perform any linux opertions.
- Go must be installed in your system.
Just wanted to learn something new.
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
You can alternatively build Myshell and use
go build src/main.go
./main
This is one example of Myshell