scripts/bt-restart

7 lines
142 B
Bash
Executable File

#!/usr/bin/bash
rfkill block bluetooth
rfkill unblock bluetooth
sudo systemctl stop bluetooth.service
sudo systemctl start bluetooth.service