Skip to content
Commit 396fd173 authored by Peter Tyser's avatar Peter Tyser Committed by Wolfgang Denk
Browse files

Add 'true' and 'false' commands



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: default avatarPeter Tyser <ptyser@xes-inc.com>
parent 4e1ca93b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment