1#!/usr/bin/bash 2# Author @nu11secur1ty 3systemctl stop bluetooth.service 4systemctl disable bluetooth.service 5exit 0; 6 7