Delete toggle_bluetooth

This commit is contained in:
Vlad Doster 2020-05-09 19:13:59 -05:00 committed by GitHub
parent 418e0f990e
commit 08bf73b53e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +0,0 @@
#!/usr/bin/env sh
if [ $(bluetoothctl show | grep "Powered: yes" | wc -c) -eq 0 ]
then
bluetoothctl power on
else
bluetoothctl power off
fi