Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 452 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 452 Bytes

This is a simple shell created as a university project. It supports two modes the interactive and the batch mode. In interactive mode the user can type commands that wants to be executed using the prompt. In batch mode the user should provide a batchfile that has commands written in it and all of these commands will be executed.

The code of the program can be found in myshell.c

The batchfile is an example of a batchfile to be used in batch mode.