fix a typo
This commit is contained in:
parent
f6ba25935c
commit
75fb8b4299
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -x
|
||||
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...
|
||||
|
|
Loading…
Reference in a new issue