Skip to content

vhminh/simple-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Simple shell

Features

  • Run command in the background by ending the command with &
  • Redirect input with < and redirect output with >
  • Communicate with pipe |
  • Store command history
  • Run last executed command with !!

Compile

In the project directory, run

$ make

Clean

$ make clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published