Advertisement
Guest User

Rainymood fish

a guest
Feb 25th, 2018
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. rainymood() {
  2. while true
  3. for file in (seq 0 3 | gshuf)
  4. URL="https://rainymood.com/audio1110/${file}.ogg"
  5. mpv "$URL"
  6. end
  7. end
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement