Created
December 2, 2019 10:21
-
-
Save corgan2222/5216ed8e4da482d2ff123d2060f997b2 to your computer and use it in GitHub Desktop.
crontab Kodi bluetoothctl Fire-Tv remote
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* * * * * 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