Files
Nomarchy/bin/nomarchy-restart-bluetooth
Bernardo Magri 33deeb494b initial commit
2026-04-01 17:06:01 +01:00

8 lines
142 B
Bash
Executable File

#!/bin/bash
# Unblock and restart the bluetooth service.
echo -e "Unblocking bluetooth...\n"
rfkill unblock bluetooth
rfkill list bluetooth