meatballs i wanted meatballs god damn it

This commit is contained in:
2026-05-23 13:59:14 -06:00
parent eb484b7c98
commit c3486904f8
+5 -3
View File
@@ -8,6 +8,8 @@ if ! response=$(curl -s -H "User-Agent: Bash-Passphrase-Audit-Script" "$api_url"
exit 3 exit 3
fi fi
# echo -e "$response" if $(echo -e "$response" | grep -q -i "^$suffix"); then
match=$(echo -e "$response" | grep -q -i "^$suffix") echo "match!"
echo "$match" else
echo "no match"
fi