repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] Write sed script directly into temp file, rather than a variable
[alt-git.git]
/
git-clone-script
blob
28a93212690e9537e113fcad295f2dd451de7a45
1
#!/bin/sh
2
repo
=
"
$1
"
3
dir
=
"
$2
"
4
mkdir
"
$dir
"
&&
cd
"
$dir
"
&&
git-init-db
&&
git-clone-pack
"
$repo
"