Skip to content

Instantly share code, notes, and snippets.

@elianderson
Forked from joshellington/gist:1705896
Created January 30, 2012 18:45
Show Gist options
  • Save elianderson/1705899 to your computer and use it in GitHub Desktop.
Save elianderson/1705899 to your computer and use it in GitHub Desktop.
HTML5 Boilerplate Downloader Alias
alias html5='wget --no-check-certificate http://github.com/h5bp/html5-boilerplate/zipball/v2.0stripped ./; mv ./v2.0stripped ./boilerplate.zip; unzip boilerplate.zip; mv h5bp-html5-boilerplate-*/* .; rm -rf ./boilerplate.zip; rm -rf ./h5bp-html5-*;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment