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
The seventh batch
[alt-git.git]
/
gitweb
/
generate-gitweb-js.sh
blob
01bb22b04b8d8910608fec6376f07d570ab02a33
1
#!/bin/sh
2
3
if
test
"
$#
"
-lt
2
4
then
5
echo
>&
2
"USAGE:
$0
<OUTPUT> <INPUT>..."
6
exit
1
7
fi
8
9
OUTPUT
=
"
$1
"
10
shift
11
12
cat
"$@"
>
"
$OUTPUT
"