Skip to content

Gurpranked/shell-c

Repository files navigation

Shell in C

This is a shell written in C.

Description

Shell written in C heavily inspired yet forked from Codecrafters.

Progress

exit command implemented

Checklist

  • exit builtin
  • echo builtin
  • type builtin
  • pwd builtin
  • cd builtin
  • ls builtin
  • Run other programs (spawn and manage child processes)
  • Redirect stdout (Piping)
  • Redirect stderr (Piping)
  • Append stdout
  • Append stderr
  • More later...

Good practices

  • Implement a testing pipeline
  • Write some units tests for each item in checklist

References

coreutils

About

Shell written in C heavily inspired yet forked from codecrafters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •