libgit2/tests/resources/pushoptions.git/hooks/pre-receive
2024-05-20 11:15:36 +02:00

4 lines
112 B
Bash
Executable File
Vendored

#!/bin/sh
printf "${GIT_PUSH_OPTION_1}${GIT_PUSH_OPTION_2}${GIT_PUSH_OPTION_3}" > "${GIT_PUSH_OPTION_0}"
exit 0