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