git/git-push-script

4 строки
78 B
Bash
Executable File

#!/bin/sh
. git-sh-setup-script || die "Not a git archive"
git-send-pack "$@"