The Unix Workbench Project by Johns Hopkins University on coursera.org.
Description: Make a program called guessing_game.sh. This program should continuously ask the user to guess the number of files in the current directory, until they guess the correct number. The user is informed if their guess is too high or too low. Once the user guesses the correct number of files in the current directory they should be congratulated.
Creation date: 18/07/2020
Time: 16:20:45
Number of lines in guessing_game.sh: 21