fix a typo

This commit is contained in:
erebion 2024-07-20 02:37:50 +02:00
parent f6ba25935c
commit 75fb8b4299

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -x set -x
rfkill unblock bluetooth rfkill unblock bluetooth
echo $"stdin for btmgmt" | btmgmt -i hci0 public-addr $(hciconfig hci0 | grep -o $"[[:xdigit:]:]\\{11,17\\}")' echo $"stdin for btmgmt" | btmgmt -i hci0 public-addr $(hciconfig hci0 | grep -o $"[[:xdigit:]:]\\{11,17\\}")
# btmgmt requires stdin, so we feed it some garbage... # btmgmt requires stdin, so we feed it some garbage...