Skip to content

Instantly share code, notes, and snippets.

@raine
Created January 2, 2018 12:20
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 raine/4b47958c21982a317c972d09bb89a1be to your computer and use it in GitHub Desktop.
Save raine/4b47958c21982a317c972d09bb89a1be to your computer and use it in GitHub Desktop.
Connect to Beats headphones from command-line
#!/usr/bin/env bash
# Requirements:
# - Add https://github.com/lapfelix/BluetoothConnector/ to $PATH
mac=`BluetoothDeviceConnector | grep 'Beats Studio³' | awk '{print $1}'`
BluetoothDeviceConnector $mac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment