Skip to content
Snippets Groups Projects
Commit ca07f150 authored by Nikolay Tsanov's avatar Nikolay Tsanov
Browse files

Fix the README.md file

parent ca765ed3
Branches master
No related tags found
No related merge requests found
1. Cntr + D - Fix memory leak Authors: Krasimir Balchev, Stefan Costica, Nikolay Tsanov, Mihail Hristov, Enrique Martín Ocaña
2. Empty line with exit Group Number: 18
Purpose: A simple shell implemented in C, it supports the built-in UNIX commands, history invocations, aliases (recursive aliases are possible).
Language: C
NOTE: To run the shell, you can simple open a terminal and type `./run.sh` which will compile and automatically run the simple shell.
Alternatively, you can use the Makefile that comes with the project by running `make` in the terminal.
University of Strathclyde 2020
\ No newline at end of file
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
* Group Number: 18 * Group Number: 18
* Purpose: A simple shell implemented in C, it supports the built-in UNIX commands, history invocations, aliases (recursive aliases are possible). * Purpose: A simple shell implemented in C, it supports the built-in UNIX commands, history invocations, aliases (recursive aliases are possible).
* Language: C * Language: C
*
* NOTE: To run the shell, you can simple open a terminal and type `./run.sh` which will compile and automatically run the simple shell.
* Alternatively, you can use the Makefile that comes with the project by running `make` in the terminal.
*/ */
#include <stdio.h> #include <stdio.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment