Skip to content

Instantly share code, notes, and snippets.

@peebeebee
Created February 1, 2011 13:10
Show Gist options
  • Save peebeebee/805821 to your computer and use it in GitHub Desktop.
Save peebeebee/805821 to your computer and use it in GitHub Desktop.
Simple Kohana New App Bash Script
git clone git://github.com/kohana/kohana.git $1
cd $1
git submodule init
git submodule update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment