wqebhooky

This commit is contained in:
2026-04-22 21:55:42 -06:00
parent f319cb1d1e
commit 61dc4c6157
+2
View File
@@ -20,6 +20,8 @@ send_discord_webhook() {
"$webhook_url"
}
send_discord_webhook "FUZZ"
while true; do #infinite loop
# scan for those vendor ids
blescan=$(bluetoothctl -t 5 scan on | awk '{print $3}' | grep "${vendor_ids[@]/#/-e }")