Learn Bash Scripting by Building Five Programs #countdown

I am stuck and don’t know what is wrong. How to get more hints and move forward.

Are you sure it should be 50 there? :slight_smile:

1 Like

5 doesnt get me past this either.

Update,

Jon M Honhart

In this step also only that part should be entered in terminal, without the ./countdown.sh

1 Like

./countdown.sh [[ 4 -le 5 ]].

OMG ! Thanks so much both of you!

[[ 4 -le 5 ]]

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.