Skip to content

Instantly share code, notes, and snippets.

@claenn
Forked from aik8/rainymood.sh
Last active February 1, 2020 10:38
Show Gist options
  • Save claenn/931a1e61cd9b5ed448f02d1b393cef81 to your computer and use it in GitHub Desktop.
Save claenn/931a1e61cd9b5ed448f02d1b393cef81 to your computer and use it in GitHub Desktop.
blog_rainymood.sh
#!/bin/bash
rainymood() {
FILE=$((RANDOM%4)) # only found 3 items :v
URL="https://rainymood.com/audio1110/${FILE}.ogg"
mpv "$URL" && rainymood
}
rainymood
published: true
@claenn
Copy link
Author

claenn commented Feb 1, 2020

Rainymood for CLI, copied from this tweet: https://twitter.com/0x766c6164/status/967741716106219520

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment