mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-09 08:29:03 +00:00
4 lines
112 B
Bash
Executable File
Vendored
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
|