Dear Peter Tyser,
In message <1255732587-24542-3-git-send-email-pty...@xes-inc.com> you wrote:
> 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";
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
---
This could be added as a hush builtin command if people d
2 matches
Mail list logo