Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 320 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 320 Bytes

seashell

A Unix-based Shell in C++

Unix-based command-line shell, making use of Linux system calls and job control.

This shell is capable of:

  • Path command execution
  • Input/Output redirection
  • Piping commands
  • Parallel execution
  • Job control & Signal handling (foreground/background jobs)
  • And more :)