annotate bin/clone-mozbase.sh @ 303:266d6b337373

still doesnt work but what the fuck
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 14 May 2013 16:26:44 -0700
parents 35b30d8fccac
children f833aef163c6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
284
35b30d8fccac add a function to clone mozbase; for the love of workflow
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
1 #!/bin/bash
35b30d8fccac add a function to clone mozbase; for the love of workflow
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
2
35b30d8fccac add a function to clone mozbase; for the love of workflow
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
3 git clone git@github.com:k0s/mozbase.git
35b30d8fccac add a function to clone mozbase; for the love of workflow
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
4 cd mozbase
35b30d8fccac add a function to clone mozbase; for the love of workflow
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
5 git remote add mozilla git@github.com:mozilla/mozbase.git