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