Get it from the App Store.
In XCode's Preferences > Downloads you can install command line tools.
| require 'spec/spec_helper' | |
| require 'logger' | |
| require 'benchmark' | |
| workers = 20 | |
| puts "#{workers} workers" | |
| #Delayed::Job.logger = Logger.new('/tmp/delayed_job.log') | |
| pids = [] |
| // ==UserScript== | |
| // @name Hide Images | |
| // @namespace http://fluidapp.com | |
| // @description Adds a button to hide images | |
| // @include * | |
| // @author Someone | |
| // ==/UserScript== | |
| // originally from: https://gist.github.com/1649063 |