Skip to content

Instantly share code, notes, and snippets.

@gnarargs
Created November 21, 2009 04:54
Show Gist options
  • Save gnarargs/240011 to your computer and use it in GitHub Desktop.
Save gnarargs/240011 to your computer and use it in GitHub Desktop.
#!/bin/bash
# JavaScript
mkdir js
curl -O http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js
mv jquery-1.3.2.min.js js/jquery.js
# CSS
mkdir css
touch css/style.css
touch css/ie.css
# HTML
touch index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment