From 4a3fd75e49dbfb1399888d25ec089b736a7daa7f Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 17 Sep 2024 18:10:24 +0100 Subject: [PATCH] [squeal]: print challenge information --- squeal/squeal.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/squeal/squeal.sh b/squeal/squeal.sh index 9ecc7f9..6166858 100755 --- a/squeal/squeal.sh +++ b/squeal/squeal.sh @@ -1,6 +1,9 @@ #!/bin/sh # 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 printf "Enter an artist's name: " read input