Skip to content

liuzhanhao/Simple-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Shell

A simple shell supports:

  1. Execution of any Linux built-in command (e.g., ls) with basic error handling.

  2. Three shell-specific commands: gofolder(cd), log(history), and bye(exit).

  3. Basic signal handling: i.e., a user cannot exit the shell simply by typing ctrl-c.

  4. Basic command chaining: && and ||.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published