Skip to content

Instantly share code, notes, and snippets.

@assafmo
Created December 13, 2018 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save assafmo/66089d2c443a1a3779a891179e618c3d to your computer and use it in GitHub Desktop.
Save assafmo/66089d2c443a1a3779a891179e618c3d to your computer and use it in GitHub Desktop.
Turn Bluetooth off on Linux
#!/bin/bash
rfkill block bluetooth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment