Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 304 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 304 Bytes

TSH

A minimal shell made in C++.

TSH

Building from Source

Go to the project root and enter the command

make

The project executeable is /build/tsh

TSH supports multiple commands and pipes. Command history is saved in ~/.tsh_history file.