Last active
July 1, 2016 15:31
-
-
Save msroot/420e3aba4fb4c4f96a63c59cc5b954e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run it | |
# curl -O https://gist.githubusercontent.com/msroot/420e3aba4fb4c4f96a63c59cc5b954e7/raw/41961b927e6d261e4264df2d3ce53406c515ff74/kss.rb && ruby kss.rb | |
`osascript -e 'tell application "iTunes" to play playlist named "My Top Rated" '` | |
%w(❤️ 🍍 🌴 🎹 🍸 🎼 ☀️ ).permutation.to_a.map{|a| | |
p a.join(" ") | |
sleep 1 | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment