Skip to content

Instantly share code, notes, and snippets.

@corgan2222
Created December 2, 2019 10:21
Show Gist options
  • Save corgan2222/5216ed8e4da482d2ff123d2060f997b2 to your computer and use it in GitHub Desktop.
Save corgan2222/5216ed8e4da482d2ff123d2060f997b2 to your computer and use it in GitHub Desktop.
crontab Kodi bluetoothctl Fire-Tv remote
* * * * * sleep 00;echo 'connect F4:B8:5E:7E:8D:19'|bluetoothctl > /dev/null 2>&1
* * * * * sleep 15;echo 'connect F4:B8:5E:7E:8D:19'|bluetoothctl > /dev/null 2>&1
* * * * * sleep 30;echo 'connect F4:B8:5E:7E:8D:19'|bluetoothctl > /dev/null 2>&1
* * * * * sleep 45;echo 'connect F4:B8:5E:7E:8D:19'|bluetoothctl > /dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment