Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 288 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 288 Bytes

Shell-command-interpretator

It reads the command line in a loop from standard input, analyzes it and execute the corresponding actions.

Shell1 gets comand line and translate it to comand stucture to send to exeute it in conveer. Сonveer implements comands like bash in Linux.