Skip to content

lungarella-raffaele/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shell

My C solution to the "Build Your Own Shell" Challenge.

Usage

Create MakeFile & Build

cmake . ; make

Run

./shell
  • REPL;
  • exit builtin;
  • echo builtin;
  • type builtin;
  • pwd builtin;
  • cd builtin;
  • run program;

About

Recreational shell implementation

Topics

Resources

Stars

Watchers

Forks