summaryrefslogtreecommitdiff
path: root/ash.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add in a shell tagline (per lash/hush behavior) to make it easierEric Andersen2001-07-071-1/+60
| | | | | | to know which shell is in use. Add in 'help' to list available builtins, and fixup msh so it can do STANDALONE_SHELL. -Erik
* This is vodz' latest ash update.Eric Andersen2001-07-061-571/+131
|
* A bit of testing today showed that ASH_BBAPPS_AS_BUILTINS wasEric Andersen2001-07-051-6/+2
| | | | | | | totally breaking the shell. Simple thinge like 'FOO=100' caused it to segfault. It turns out that disabling "bltincmd" is a very bad idea. -Erik
* Some updates to ash from vodz. Makes ash smaller. I made a fewEric Andersen2001-07-021-2671/+2788
| | | | | changes, esp describing all the current ash configuration options. Now ash adds 66k in the default configuration.
* Remove vodz from credits, per his requestEric Andersen2001-06-281-4/+2
|
* Scrub up the licensing blockEric Andersen2001-06-281-832/+65
| | | | -Erik
* This a an ash applet I put together. It is similar to the one putEric Andersen2001-06-281-0/+14242
together by vodz, but uses newer sources, has the removed features commented out instead of simply deleted (so they could be re-enabled) and the builtins all work. This adds 72k. -Erik