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