New backup 2025-03-12 20:15:02
This commit is contained in:
parent
bfe3d1044a
commit
124ce92e95
1 changed files with 12 additions and 7 deletions
|
@ -41,16 +41,21 @@ function btstatus(){
|
|||
|
||||
btstatus
|
||||
|
||||
echo 'hi'
|
||||
|
||||
bluetoothctl | grep 'Connected' | while read -r event;do
|
||||
btstatus
|
||||
bluetoothctl | tr -d '\r' | while read -r event;do
|
||||
# btstatus
|
||||
printf '%s' "${event}"
|
||||
done
|
||||
|
||||
exit
|
||||
|
||||
#bluetoothctl | awk '/Connected/' | tr -d '\r' | while read -r event; do
|
||||
bluetoothctl | tr -d '\r' | while read -r event; do
|
||||
bluetoothctl | while read -r event;do
|
||||
btstatus
|
||||
# echo "${event}"
|
||||
done
|
||||
|
||||
#exit
|
||||
|
||||
#bluetoothctl | awk '/Connected/' | tr -d '\r' | while read -r event; do
|
||||
#bluetoothctl | tr -d '\r' | while read -r event; do
|
||||
# btstatus
|
||||
# echo "${event}"
|
||||
#done
|
||||
|
|
Loading…
Add table
Reference in a new issue