update readme.

This commit is contained in:
Kelvin Sherlock 2016-07-26 19:50:04 -04:00
parent 62612a10d3
commit 933f23de91
1 changed files with 1 additions and 1 deletions

View File

@ -16,10 +16,10 @@ Supported features
* ||
* &&
* redirection
* | "pipes" (via a temporary file. Presumably, that's what MPW did as well.)
Not supported
-------------
* pipes (|)
* subshells (`...`, ``...``)
* text-editing commands (search forward/backward, regular expressions, et cetera)