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