meatballs i wanted meatballs god damn it

This commit is contained in:
2026-05-23 13:54:17 -06:00
parent 56380beb68
commit 6512dbd0e9
+3 -1
View File
@@ -8,4 +8,6 @@ if ! response=$(curl -s -H "User-Agent: Bash-Passphrase-Audit-Script" "$api_url"
exit 3 exit 3
fi fi
echo -e "$response" # echo -e "$response"
match=$(echo "$response" | grep -i "^$suffix:")
echo "$match"