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