We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7943637 commit 4961436Copy full SHA for 4961436
README.md
@@ -15,10 +15,16 @@ CCNShell currently can:
15
* Execute binaries from `/usr/bin/`
16
* Take arguments
17
* Execute shell script by entring `../../home/USER_NAME/path/to/your/script`
18
- * Script should have `#!` annotate which shell binary to use at the first line
+ * Script should have `#!` annotating which shell binary to use at the first line
19
20
CCNShell currently can not:
21
* Pass any environment variable
22
* Trim trailing spaces
23
24
Need futher code refactoring to separate shell logic from linenoise.
25
+
26
+## Roadmap
27
+* Add very-easy-to-use shell script
28
+* Infrastructures to test concurrent programs or IPC
29
+* Any coool stuff!
30
+* RIIR. Rewrite at the first day? Why not? It's cool.
0 commit comments