Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JBShell (Go)

"Build Your Own Shell" Challenge.

In this challenge (taken from CodeCrafters), I'm building my own POSIX compliant shell that's capable of interpreting shell commands, running external programs and these builtin commands:

  • type
  • cd
  • pwd
  • echo
  • exit

So far, I've learned about shell command parsing, REPLs and how these fundamental linux builtins work.

Thank you to codecrafters.io for breaking this project up into managable steps.

About

Making my own POSIX complient shell in Go

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages