Skip to content

Instantly share code, notes, and snippets.

@rodjek
Forked from maddox/scrape-github-wiki.rb
Created December 27, 2010 21:03
Show Gist options
  • Save rodjek/756557 to your computer and use it in GitHub Desktop.
Save rodjek/756557 to your computer and use it in GitHub Desktop.
user, project = ARGV # 'tobi', 'liquid'
`git clone git@github.com:#{user}/#{project}/wiki.git && find wiki -type f -exec cat {} >> github_wiki_pages.txt\;`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment