Skip to content

Instantly share code, notes, and snippets.

@rafaelss
Created September 24, 2010 13:16
Show Gist options
  • Save rafaelss/595345 to your computer and use it in GitHub Desktop.
Save rafaelss/595345 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
# 1. save this file in /usr/local/bin/htmlsite
# 2. change default path (~/projects) to whatever you want
# 3. then execute:
# $ chmod +x /usr/local/bin/htmlsite
# now you're able to execute: htmlsite <project name>
git clone http://github.com/joelsouza/html5-structure.git ~/projects/$1
cd ~/projects/$1
rm -rf .git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment