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
|
btstatus
|
||||||
|
|
||||||
echo 'hi'
|
bluetoothctl | tr -d '\r' | while read -r event;do
|
||||||
|
# btstatus
|
||||||
bluetoothctl | grep 'Connected' | while read -r event;do
|
printf '%s' "${event}"
|
||||||
btstatus
|
|
||||||
done
|
done
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
||||||
#bluetoothctl | awk '/Connected/' | tr -d '\r' | while read -r event; do
|
bluetoothctl | while read -r event;do
|
||||||
bluetoothctl | tr -d '\r' | while read -r event; do
|
|
||||||
btstatus
|
btstatus
|
||||||
# echo "${event}"
|
|
||||||
done
|
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