Skip to content

Instantly share code, notes, and snippets.

@ProteusCortex
Created February 25, 2018 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ProteusCortex/e38a69aaa3186a55fb6ed65d754559da to your computer and use it in GitHub Desktop.
Save ProteusCortex/e38a69aaa3186a55fb6ed65d754559da to your computer and use it in GitHub Desktop.
Rainymood for CLI, copied from this tweet: https://twitter.com/0x766c6164/status/967741716106219520
#!/bin/bash
rainymood() {
FILE=$((RANDOM%4)) # only found 3 items :v
URL="https://rainymood.com/audio1110/${FILE}.ogg"
mpv "$URL" && rainymood
}
rainymood
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment