Build Five Programs - Build Five Programs

Tell us what’s happening:

This step is not working.

Add commands to run the rest of your scripts in the file. They should be in this order: questionnaire, countdown, bingo, and fortune. Don’t forget that your countdown.sh file needs an argument, so put a 3 next to it.

Even though I have this in my five.sh

#!/bin/bash

#Program to run my other four programs

./questionnaire.sh
./countdown.sh 3
./bingo.sh
./fortune.sh

Challenge Information:

Build Five Programs - Build Five Programs

Hi @leonn09

Try place a single space between # and Program

Happy coding

i’m going through the same thing, still waiting for the solution :(.

please create a topic for your question with your code etc provided.

I think I just pressed the “reset” button and it worked. I guess it’s understandable cause the courses in the Full Stack Dev Course is still in beta.