[squeal]: print challenge information
This commit is contained in:
@ -1,6 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Script that accepts the name of an artist and checks if they are currently in our Billboard Top 10 database
|
# Script that accepts the name of an artist and checks if they are currently in our Billboard Top 10 database
|
||||||
|
|
||||||
|
echo "This script accepts the name of an artist and checks if they are currently in the Billboard Top 10 table in our database, e.g. Sabrina Carpenter"
|
||||||
|
echo "The database also contains a 'flags' table, but you shouldn't be able to access that..."
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
printf "Enter an artist's name: "
|
printf "Enter an artist's name: "
|
||||||
read input
|
read input
|
||||||
|
Reference in New Issue
Block a user