Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

mrunix00/TraSH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TraSH

just a damn simple shell written in C

Building

On Unix/Unix-like operating system run make command.

On Plan9/9front run mk.

Features

For now it can only run basic commands and has only 3 built-in commands: cd, help and exit, also there is no support for pipes and other common Unix shell features.