diff --git a/clite/core.js b/clite/core.js index ee2e26a..dde2156 100644 --- a/clite/core.js +++ b/clite/core.js @@ -1,6 +1,6 @@ var clite = { state:{ - version:'0.5.0', + version:'0.5.1', isinit:false, runlevel:1, bios:null, diff --git a/readme.txt b/readme.txt index c2af438..e832ea1 100644 --- a/readme.txt +++ b/readme.txt @@ -67,6 +67,8 @@ The shell supports arguments in "quotes" and 'single quotes', as well as asterisk (*) wildcard is not currently supported The shell maintains a command history, use up and down arrows to access. Piping and io redirects are not currently supported, yet. + Minimal shell scripting is supported, essentially a line parser, no + conditional or loop support (yet). The following shell builtin commands or macros are available: clear - clears the terminal window