scripts/bt-restart

7 lines
142 B
Plaintext
Raw Permalink Normal View History

2023-06-03 12:15:49 +00:00
#!/usr/bin/bash
rfkill block bluetooth
rfkill unblock bluetooth
sudo systemctl stop bluetooth.service
sudo systemctl start bluetooth.service