StuartHa / shell

Basic linux shell, written in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a shell from exercise 11/12 in Operating Systems (Anderson, Dahlin)

Features

  • Piped commands
  • Basic job control
  • Starting jobs in background via '&'
  • Cntl-Z, fg

About

Basic linux shell, written in C++.


Languages

Language:C++ 91.5%Language:Python 7.0%Language:CMake 1.4%Language:C 0.0%