We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47aedd5 commit ba6cf65Copy full SHA for ba6cf65
1 file changed
README.md
@@ -29,6 +29,7 @@ rshell.cpp
29
```
30
31
/tests:
32
+exec.script
33
34
35
After cloning the directory to your local machine:
@@ -44,7 +45,8 @@ After cloning the directory to your local machine:
44
45
46
Bugs
47
===
-1. Unable to handle connectors such as: %%, ||, ;
48
+1. Unable to handle connectors such as: && || ;
49
50
2. Does not handle comments
51
52
+3. Command "cd" fails, returns "execvp: no such file or directory"
0 commit comments