Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/olpc_get_stuff.sh
diff options
context:
space:
mode:
authorjames <james@loggerhead.localdomain>2007-01-14 20:25:07 (GMT)
committer james <james@loggerhead.localdomain>2007-01-14 20:25:07 (GMT)
commit4d382da3c7f315ea91e359f1387367e42c7fa2fa (patch)
treee14aa6df193053df16b2e07af47918c7ccd741e2 /scripts/olpc_get_stuff.sh
parent914c1970b36e4ada1b9af2baa90804a27096c608 (diff)
no longer fetches
Diffstat (limited to 'scripts/olpc_get_stuff.sh')
-rwxr-xr-x[-rw-r--r--]scripts/olpc_get_stuff.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/olpc_get_stuff.sh b/scripts/olpc_get_stuff.sh
index ebbd292..9751900 100644..100755
--- a/scripts/olpc_get_stuff.sh
+++ b/scripts/olpc_get_stuff.sh
@@ -12,10 +12,10 @@ echo 'export GIT_AUTHOR_NAME GIT_COMMITTER_NAME in .bashrc'
echo 'edit olpc's .xinitrc file to change the window-manager'
-read USER
-
-mkdir cvs
-cd cvs
-git-clone "git+ssh://$USER@dev.laptop.org/git/projects/tamtam" tamtam
+echo 'this might help you get your git repo back up:'
+echo 'read USER'
+echo 'mkdir cvs'
+echo 'cd cvs'
+echo 'git-clone "git+ssh://$USER@dev.laptop.org/git/projects/tamtam" tamtam'