Sign in
code
/
git
/
da59201dfcafac520a0a3d5d02c467c0a6f304c2
/
.
/
gitweb
/
generate-gitweb-js.sh
blob: 01bb22b04b8d8910608fec6376f07d570ab02a33 [
file
] [
log
] [
blame
]
#!/bin/sh
if
test
"$#"
-
lt
2
then
echo
>&
2
"USAGE: $0 <OUTPUT> <INPUT>..."
exit
1
fi
OUTPUT
=
"$1"
shift
cat
"$@"
>
"$OUTPUT"