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.
- Host: GitHub
- URL: https://github.com/kmr-ankitt/myshell
- Owner: kmr-ankitt
- Created: 2024-05-17T02:13:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T01:49:18.000Z (almost 2 years ago)
- Last Synced: 2025-11-11T22:26:29.518Z (7 months ago)
- Topics: linux-shell, myshell, shell
- Language: Go
- Homepage:
- Size: 1.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
