Skip to main content
7 events
when toggle format what by license comment
S Nov 18, 2023 at 10:04 history bounty ended CommunityBot
S Nov 18, 2023 at 10:04 history notice removed CommunityBot
Nov 16, 2023 at 8:55 answer added Kristtof V88 timeline score: 0
S Nov 10, 2023 at 9:03 history bounty started Brad
S Nov 10, 2023 at 9:03 history notice added Brad Draw attention
Nov 8, 2023 at 16:48 comment added Brad I tried this, to no avail: ``` #!/bin/bash echo Blocking the following devices bluetoothctl devices| grep MWAI for mac in $(bluetoothctl devices| grep MWAI | cut -f2 -d" ") do bluetoothctl disconnect $mac bluetoothctl block $mac bluetoothctl untrust $mac done echo Done ```
Nov 6, 2023 at 9:02 history asked Brad CC BY-SA 4.0