Skip to content

University Project to create a command line interpreter

Notifications You must be signed in to change notification settings

thpliakis/mypromt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

myshell

Myshell is a simple prompt which is the assignment/project for my university class Operating System. It has 2 modes, interactive and batch. In interactive mode it works like a simple prompt, waiting and executing commands by the user.In batch mode it reads a file with commands and executes them. It has rediractions and pipe implemented.

Getting Started

Just download all files and follow the installation instructions.

Compile

Open a terminal and browse to the file location. Make sure you have gcc installed.

To compile run:

make all

Running the tests

Then you can open the program by rumming the executable.

Interactive mode

./myshell

Batch mode

./myshell yourFileHere

Authors

  • Thomas Pliakis**

About

University Project to create a command line interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published