Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 296 Bytes

File metadata and controls

6 lines (5 loc) · 296 Bytes

Linux-Shell

A linux shell simulation with implementations of a few shell commands and methods

The code is divided into smaller files containing one function each. The makefile specifies dependencies used to compile the entire code. The executable file is main. ./main to get the code running