Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The entry point for your shell implementation is in cmd/myshell/main.go.

  1. Ensure you have go (1.19) installed locally
  2. Run ./your_program.sh to run your program, which is implemented in cmd/myshell/main.go.

About

A shell is a command-line interface that executes commands and manages processes. In this challenge, I build my own POSIX compliant shell that's capable of interpreting shell commands, running external programs and builtin commands like cd, pwd, echo and more.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages