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