meatballs i wanted meatballs god damn it
This commit is contained in:
+5
-3
@@ -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"
|
||||
if $(echo -e "$response" | grep -q -i "^$suffix"); then
|
||||
echo "match!"
|
||||
else
|
||||
echo "no match"
|
||||
fi
|
||||
Reference in New Issue
Block a user