-
-
Save elianderson/1705899 to your computer and use it in GitHub Desktop.
HTML5 Boilerplate Downloader Alias
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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