Friday, 1 July 2016

KKS

# 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
}
view raw kss.rb hosted with ❤ by GitHub