]> gitweb.ps.run Git - ps-gitweb/blob - gitweb/generate-gitweb-js.sh
do not replace absolute links
[ps-gitweb] / gitweb / generate-gitweb-js.sh
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"