From c3486904f8436ae3ceb2cc26c2c6cfdce1851a3e Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 23 May 2026 13:59:14 -0600 Subject: [PATCH] meatballs i wanted meatballs god damn it --- scratch.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scratch.sh b/scratch.sh index b458945..2a89c9d 100644 --- a/scratch.sh +++ b/scratch.sh @@ -8,6 +8,8 @@ if ! response=$(curl -s -H "User-Agent: Bash-Passphrase-Audit-Script" "$api_url" exit 3 fi -# echo -e "$response" -match=$(echo -e "$response" | grep -q -i "^$suffix") -echo "$match" \ No newline at end of file +if $(echo -e "$response" | grep -q -i "^$suffix"); then + echo "match!" +else + echo "no match" +fi \ No newline at end of file