Skip to content

Instantly share code, notes, and snippets.

View code56's full-sized avatar

Evanthia Kaimaklioti Samota code56

View GitHub Profile
@doomspork
doomspork / Gemfile
Created March 5, 2013 20:29
Example Rake task for downloading and unzipping a file. Usage: rake 'pull[remote_file, local_file]'
#!/usr/bin/env rake
Dir.glob('*.rake').each { |r| import r }