Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add 'true' and 'false' commands | Peter Tyser | 2009-11-23 | -0/+22 |
| | | | | | | | | | | | | | | These commands are only enabled when the hush shell is enabled and can be useful in scripts such as: while true do echo "Booting OS..."; run $bootcmd; echo "Booting OS failed"; sleep 10; done Signed-off-by: Peter Tyser <ptyser@xes-inc.com> | |||
* | command.c: Break commands out to appropriate cmd_*.c files | Peter Tyser | 2009-11-23 | -0/+151 |
command.c should contain common code related to commands, not miscellaneous command implementations. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> |