Skip to content

Instantly share code, notes, and snippets.

@joshellington
Created January 30, 2012 18:45
Show Gist options
  • Save joshellington/1705896 to your computer and use it in GitHub Desktop.
Save joshellington/1705896 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/v3.0stripped ./; mv ./v3.0stripped ./boilerplate.zip; unzip boilerplate.zip; mv h5bp-html5-boilerplate-*/* .; rm -rf ./boilerplate.zip; rm -rf ./h5bp-html5-*;'
@joshellington
Copy link
Author

Updated! Thank you for the reminder good sir.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment