Commit ace2580e authored by desiredeveloper's avatar desiredeveloper

adding readme

parent 54926411
......@@ -12,7 +12,7 @@ gcc -o myshell.c myshell
```bash
make run # executes myshell with inputfile
./myshell.c <inputfile> # batch mode
./myshell <inputfile> # batch mode
./myshell # interactive mode
```
## Features
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment