Created
October 1, 2019 19:41
-
-
Save konecnyna/5db0de079367141922a94d59b51899f3 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
seek=$(( ( RANDOM % 60 ) + 1 )) | |
omxplayer --loop fireplace_10_hours.mp3 -o alsa:hw:1,0 --vol -602 --pos 00:$seek:00 |
Author
konecnyna
commented
Nov 15, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment