Get it from the App Store.
In XCode's Preferences > Downloads you can install command line tools.
// ==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 |
require 'spec/spec_helper' | |
require 'logger' | |
require 'benchmark' | |
workers = 20 | |
puts "#{workers} workers" | |
#Delayed::Job.logger = Logger.new('/tmp/delayed_job.log') | |
pids = [] |