module
0.0.0-20240709014918-acf6ebfb1bc4
Repository: https://github.com/kmr-ankitt/myshell.git
Documentation: pkg.go.dev
# 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
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
# Packages
" UNIX is very simple, it just needs a genius to understand its simplicity.