[squeal]: print challenge information

This commit is contained in:
2024-09-17 18:10:24 +01:00
parent 9430e6ca8d
commit 4a3fd75e49

View File

@ -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