New backup 2025-03-12 20:30:01
This commit is contained in:
parent
124ce92e95
commit
62f70e16ed
1 changed files with 2 additions and 2 deletions
|
@ -41,9 +41,9 @@ function btstatus(){
|
|||
|
||||
btstatus
|
||||
|
||||
bluetoothctl | tr -d '\r' | while read -r event;do
|
||||
bluetoothctl | awk '/Device/' |tr -d '\r' | while read -r event;do
|
||||
# btstatus
|
||||
printf '%s' "${event}"
|
||||
printf '%-2d %s\n' "test" "test"
|
||||
done
|
||||
|
||||
exit
|
||||
|
|
Loading…
Add table
Reference in a new issue