Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-23 | Add 'true' and 'false' commands | Peter Tyser | |
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> | |||
2009-11-23 | command.c: Break commands out to appropriate cmd_*.c files | Peter Tyser | |
command.c should contain common code related to commands, not miscellaneous command implementations. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> |