https://github.com/code-raushan/my-shell-go
Basic implementation of a POSIX-compliant shell in Go.
https://github.com/code-raushan/my-shell-go
go posix shell
Last synced: 27 days ago
JSON representation
Basic implementation of a POSIX-compliant shell in Go.
- Host: GitHub
- URL: https://github.com/code-raushan/my-shell-go
- Owner: code-raushan
- Created: 2024-07-03T16:10:58.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-14T18:10:19.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T01:16:36.298Z (over 1 year ago)
- Topics: go, posix, shell
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-shell-go-implementation
- POSIX compliant shell written in Go