Skip to content

Instantly share code, notes, and snippets.

@danott
Created March 11, 2014 15:14
Show Gist options
  • Save danott/9487898 to your computer and use it in GitHub Desktop.
Save danott/9487898 to your computer and use it in GitHub Desktop.
Make deploys better by adding this to the top of your Ruby based deploy scripts.
if ARGV.join.match("--push-it-to-the-limit") || ENV['ALWAYS_BE_PUSHING_IT_TO_THE_LIMIT']
puts "Pushing it to the limit."
system(%[osascript -e 'tell app "Rdio" to play source "t13182620"'])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment