Skip to content

Instantly share code, notes, and snippets.

View eval's full-sized avatar
💭
ƛ

Gert Goet eval

💭
ƛ
View GitHub Profile
@eval
eval / Rakefile
Created November 5, 2010 20:56
Rakefile
require 'rubygems'
require 'rake/remote_task'
desc 'rsyncs ./ => remote:/tmp'
remote_task :should_work do
rsync('./', '/tmp')
end
desc 'rsyncs ./ => remote:/tmp'
remote_task :should_fail do