Skip to content

virtualanup/tsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.