Skip to content

Instantly share code, notes, and snippets.

@konecnyna
Created September 9, 2019 21:31
Show Gist options
  • Save konecnyna/9d9d529ee8b65536c53fceeb2cbd84d9 to your computer and use it in GitHub Desktop.
Save konecnyna/9d9d529ee8b65536c53fceeb2cbd84d9 to your computer and use it in GitHub Desktop.
#!/bin/bash
seek=$(( ( RANDOM % 60 ) + 1 ))
omxplayer --loop fireplace_10_hours.mp3 -o alsa:hw:1,0 --vol -602 --pos 00:$seek:00
# congfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment