commit | 6a99aaf0208151b7f5e5058efaa409496e2b7c4b | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Thu Jul 27 00:15:20 2000 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Thu Jul 27 00:15:20 2000 +0000 |
tree | c2f6f79643b050fb13345f1176795397aa98ae66 | |
parent | 7ce41ad69296d391e4ef2fa92112e57264687063 [diff] |
More shell features.... if-then-else-fi is now basically usable (disable by default pending further debugging). Added in some basic shell environment support (i.e. $?, $0-$9, $$, $!, $#). -Erik