Skip to content

Instantly share code, notes, and snippets.

@youhei
Created February 10, 2009 06:57
Show Gist options
  • Save youhei/61280 to your computer and use it in GitHub Desktop.
Save youhei/61280 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby1.9
sheets = `cheat sheets`.split
sheets.each do |sheet|
spawn "cheat #{sheet}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment