Skip to content

Latest commit

 

History

47 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHELL

Structure

.
├── Documentation
├── include
│   ├── built_ins.h
│   ├── command_list.h
│   ├── history.h
│   ├── path.h
│   ├── shell.h
│   └── util.h
├── LICENSE
├── makefile
├── README.md
├── src
│   ├── built_ins.c
│   ├── history.c
│   ├── path.c
│   ├── shell.c
│   └── util.c
├── test
    └── main.c

4 directories, 16 files

Inspiration

"Build Your Own Shell" Challenge.

In this challenge, you'll build your own POSIX compliant shell that's capable of interpreting shell commands, running external programs and builtin commands like cd, pwd, echo and more. Along the way, you'll learn about shell command parsing, REPLs, builtin commands, and more.

codecrafters: codecrafters.io to try the challenge.

About

A Simple POSIX compliant UNIX Shell Clone in C.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages