6 lines
107 B
Bash
Executable file
6 lines
107 B
Bash
Executable file
#!/usr/bin/env bash
|
|
. "${0%/*}/_init.sh"
|
|
|
|
exec_all $HOOK_PATH/applypatch-msg.d
|
|
exec_custom applypatch-msg
|
|
|