Skip to content

Commit c05a093

Browse files
committed
Update number
1 parent 797ce01 commit c05a093

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ Bash-completion starts working on our shell! ([how to use](docs/SETUP_BASH_COMPL
1515

1616
A clone of Bash, which is developed as a hobby of our group and for monthly articles on SoftwareDesign magazine published by Gijutsu-Hyohron Co., Ltd.
1717

18-
## Quick
19-
Start
18+
## Quick Start
2019

2120
```bash
2221
$ git clone https://github.com/shellgei/rusty_bash.git
@@ -43,7 +42,7 @@ ueda@uedaP1g6:main🌵~/GIT/rusty_bash🍣
4342

4443
## Comparison with Bash 5.2
4544

46-
This graph shows the test result with the script in `./sush_test/bash_genuine_test` of [this test repository](https://github.com/ryuichiueda/bash_for_sush_test). Currently, the binary built from alpha repo has passed 15 of 84 test scripts.
45+
This graph shows the test result with the script in `./sush_test/bash_genuine_test` of [this test repository](https://github.com/ryuichiueda/bash_for_sush_test). Currently, the binary built from alpha repo has passed 20 of 84 test scripts.
4746

4847
![](https://github.com/ryuichiueda/bash_for_sush_test/blob/master/sush_test/graph.png)
4948

@@ -180,8 +179,8 @@ Bash Variables
180179
|-------------------|----|-------------------|----|-------------------|----|
181180
| _ | :heavy_check_mark: | BASH | :no_good: | BASHOPTS | :no_good: |
182181
| BASHPID | :heavy_check_mark: | BASH_ALIASES | :no_good: | BASH_ARGC | :no_good: |
183-
| BASH_ARGV | :heavy_check_mark: | BASH_ARGV0 | :no_good: | BASH_CMDS | :no_good: |
184-
| BASH_COMMAND | :heavy_check_mark: | BASH_COMPAT | :no_good: | BASH_ENV | :no_good: |
182+
| BASH_ARGV | :no_good: | BASH_ARGV0 | :no_good: | BASH_CMDS | :no_good: |
183+
| BASH_COMMAND | :no_good: | BASH_COMPAT | :no_good: | BASH_ENV | :no_good: |
185184
| BASH_EXECUTION_STRING | :no_good: | BASH_LINENO | :no_good: | BASH_LOADABLES_PATH | :no_good: |
186185
| BASH_REMATCH | :heavy_check_mark: | BASH_SOURCE | :no_good: | BASH_SUBSHELL | :heavy_check_mark: |
187186
| BASH_VERSINFO | :heavy_check_mark: | BASH_VERSION | :heavy_check_mark: | BASH_XTRACEFD | :no_good: |
@@ -229,6 +228,9 @@ Partially in Japanese.
229228
* [原理原則で理解するフォアグラウンドプロセスとバックグラウンドプロセスの違い | @tajima_taso](https://qiita.com/tajima_taso/items/c5553762af5e1a599fed)
230229
* [Bashタブ補完自作入門 | Cybouzu Inside Out](https://blog.cybozu.io/entry/2016/09/26/080000)
231230

231+
## Attempts by other groups
232+
233+
- [reubeno/brush](https://github.com/reubeno/brush)
232234

233235
## Copyright
234236

0 commit comments

Comments
 (0)