/go-shell

Project exploring the underlying systems of a POSIX-compliant shell in Go

Primary LanguageGo

POSIX CLI shell based on CodeCrafters Shell project

Install and Build Application

Install Go: Instructions for your operating system can be found here https://go.dev/doc/install Clone GitHub Repo: If using GitHub CLI: gh repo clone amstein4920/myshell Navigate to cmd/myshell folder in project Build and Deploy: go build && ./myshell

Included Features

Can Run Builtins: echo, type, cd, pwd Can run applications install into PATH Can route stdout and stderr to files