Learn Bash Scripting by Building Five Programs - Build Five Programs

Tell us what’s happening:

ok so i was doing tutorial of learning bash with five programs. and in fifteh program i write the correct script but it still give error: Your script should have the suggested commands added correctly

Your code so far

#!/bin/bash

# Program to run my other four programs

./questionnaire.sh

./countdown.sh 3

./bingo.sh

./fortune.sh

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36

Challenge Information:

Learn Bash Scripting by Building Five Programs - Build Five Programs

I’ve edited your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

did you save the file?

Yes, i have saved the file and it even ran on terminal

is the script ended in the terminal?

yes, it ended. I am adding screenshot reference.

is that the right order they should appear in?

YES
I also tried copy paste code from hints but not getting any result

Why is there no output in the terminal for the Countdown Timer?

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