diff --git a/dreammaker.sh b/dreammaker.sh index 23dfef9..a6960ff 100644 --- a/dreammaker.sh +++ b/dreammaker.sh @@ -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 }")