Skip to content

Instantly share code, notes, and snippets.

@psyke83
Last active July 16, 2017 08:48
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 psyke83/81d86f0bd407bc007aa5a0f45b257886 to your computer and use it in GitHub Desktop.
Save psyke83/81d86f0bd407bc007aa5a0f45b257886 to your computer and use it in GitHub Desktop.
#!/bin/bash
function bluezcmd() {
echo -e "$@\nquit" | bluetoothctl
}
ds3mac=$(bluezcmd "devices" | tac | grep -m1 PLAYSTATION | awk '{ print $2 }')
bluezcmd "disconnect $ds3mac" >/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment