projects
/
oweals
/
finalsclub.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
242f71b
)
updated start script to account for new finalsclub repo
author
Joseph Snow
<josephsnow@gmail.com>
Sun, 13 Nov 2011 00:12:23 +0000
(17:12 -0700)
committer
Joseph Snow
<josephsnow@gmail.com>
Sun, 13 Nov 2011 00:12:23 +0000
(17:12 -0700)
util/start.sh
patch
|
blob
|
history
diff --git
a/util/start.sh
b/util/start.sh
index c0cf598d0c8ddd311d2c253f553b41876e246599..bfa33ef5a8c0b417d8a1272eddc1a18c9334ff57 100755
(executable)
--- a/
util/start.sh
+++ b/
util/start.sh
@@
-6,6
+6,7
@@
export PATH="/usr/local/bin:$PATH"
rm -rf fc
git clone git@github.com:finalsclubdev/FinalsClub.git
+ln -sf FinalsClub fc
cd fc
git checkout master
git submodule init && git submodule update