Skip to content

Instantly share code, notes, and snippets.

View redolent's full-sized avatar

Mark Stewart redolent

  • ScheduleTailor
  • Boise, ID
View GitHub Profile
<?php
/**
* This file has been modified by appdetex. See commit log.
*
* - decode() function has been modified by Mark on 10/22/2015
*
*/
require_once(__DIR__ . "/../../util/util.class.php" );
@redolent
redolent / renice-audio.sh
Created April 15, 2015 20:50
Fix Bluetooth Audio on Mac
#!/bin/bash
list="$(
sudo ps -A \
| grep -iE '([h]ear|[f]irefox|[b]lue|[c]oreaudiod)' \
| cut -c 1-90
)"
pids=$( cut -c 1-6 <<< "$list" )