Tell us what’s happening:
The 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.”
i really don’t know if i got anything wrong or if it’s just CodeRoad.
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 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0
Challenge Information:
Build Five Programs - Build Five Programs