mirror of
https://github.com/sheumann/hush.git
synced 2025-02-07 04:31:22 +00:00
fix typo in doc
This commit is contained in:
parent
6398cf477d
commit
8fd371276f
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Unix shells traditionally execute some commands internally in the attempt
|
Unix shells traditionally execute some commands internally in the attempt
|
||||||
to dramatically speed up execution. It will be slow as hell if for every
|
to dramatically speed up execution. It will be slow as hell if for every
|
||||||
"echo blah" shell with fork and exec /bin/echo. For this end, shells
|
"echo blah" shell will fork and exec /bin/echo. For this end, shells
|
||||||
have to _reimplement_ these commands internally.
|
have to _reimplement_ these commands internally.
|
||||||
|
|
||||||
Busybox is unique in this regard because it already is a collection
|
Busybox is unique in this regard because it already is a collection
|
||||||
|
Loading…
x
Reference in New Issue
Block a user