From 00c6b9c8e74a6e2ca718562f1b32d7d18b148b51 Mon Sep 17 00:00:00 2001 From: Lisa Milne Date: Fri, 15 Dec 2023 20:39:42 +1000 Subject: [PATCH] documentation update and version bump --- clite/bios.js | 2 +- clite/core.js | 2 +- readme.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clite/bios.js b/clite/bios.js index 7588ded..869e20f 100644 --- a/clite/bios.js +++ b/clite/bios.js @@ -1,7 +1,7 @@ (function() { var bios = { data:{ - version:'0.1.1', + version:'0.1.2', id:'BIOS', bootable:'clite/core.js', entry:null diff --git a/clite/core.js b/clite/core.js index 8e45a60..310eead 100644 --- a/clite/core.js +++ b/clite/core.js @@ -1,6 +1,6 @@ var clite = { state:{ - version:'0.5.2', + version:'0.5.3', isinit:false, runlevel:1, bios:null, diff --git a/readme.txt b/readme.txt index 2902b33..3ce7d76 100644 --- a/readme.txt +++ b/readme.txt @@ -67,8 +67,7 @@ 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 supported, however they may be buggy. - Minimal shell scripting is supported, essentially a line parser, no - conditional or loop support (yet). + Minimal shell scripting is supported: no loop support (yet). The following shell builtin commands or macros are available: clear - clears the terminal window @@ -82,6 +81,7 @@ export - without arguments: will print all environment variables and their values. - with argument: allows an environment variable to be changed or created. `export FOO=bar' +if / then / else / fi works as per posix (mostly) For more information, check the other readme files for info on CLIte internals. Also, consider buying the developer a coffee: