Skip to content

Instantly share code, notes, and snippets.

@thenrich
Created December 17, 2014 13:18
Show Gist options
  • Save thenrich/497df2a96796b68319b7 to your computer and use it in GitHub Desktop.
Save thenrich/497df2a96796b68319b7 to your computer and use it in GitHub Desktop.
Bluetooth-agent Daemontools run script
#!/bin/sh
exec 2>&1
hciconfig hci0 piscan
exec /usr/bin/bluetooth-agent 0000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment