Skip to content
/ hush Public

hush - The HUmble SHell. A UNIX shell written in C++, supporting job sequencing, background job, IO re-directions and piping.

License

Notifications You must be signed in to change notification settings

px86/hush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hush - The humble shell

A UNIX shell written in C++, supporting job sequencing, background job, IO re-directions and piping.

Compilation

Make sure you have GCC compiler and GNU Make installed.

make hush

Notes:

  • linereader: my linereader library used in this project

About

hush - The HUmble SHell. A UNIX shell written in C++, supporting job sequencing, background job, IO re-directions and piping.

Topics

Resources

License

Stars

Watchers

Forks