Skip to content

Commit 4961436

Browse files
committed
Update README with Roadmap
1 parent 7943637 commit 4961436

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,16 @@ CCNShell currently can:
1515
* Execute binaries from `/usr/bin/`
1616
* Take arguments
1717
* 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
18+
* Script should have `#!` annotating which shell binary to use at the first line
1919

2020
CCNShell currently can not:
2121
* Pass any environment variable
2222
* Trim trailing spaces
2323

2424
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

Comments
 (0)