repo.or.cz
/
xrzperl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated git and svn scripts
[xrzperl.git]
/
batchget.sh
blob
290dfc2fff55103736f0499f6de4f26f07cf5f84
1
#!/bin/sh
2
3
puf
=
`which puf`
4
5
if
[
-n
"
$puf
"
] ;
then
6
exec
batchget-puf
"$@"
7
else
8
exec
batchget-nopuf
"$@"
9
fi