Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. seek=$(( ( RANDOM % 60 ) + 1 ))
  4. omxplayer --loop fireplace_10_hours.mp3 -o alsa:hw:1,0 --vol -602 --pos 00:$seek:00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement