DEBSOURCES
Skip Quicknav
sources / cgit / 1.2.3%2Bgit20250818.80.3346409%2Bgit2.51.0-1 / git / gitweb / generate-gitweb-js.sh
123456789101112
#!/bin/sh if test "$#" -lt 2 then echo >&2 "USAGE: $0 <OUTPUT> <INPUT>..." exit 1 fi OUTPUT="$1" shift cat "$@" >"$OUTPUT"