7 lines
105 B
Text
7 lines
105 B
Text
|
#!/usr/bin/env bash
|
||
|
. "${0%/*}/_init.sh"
|
||
|
|
||
|
exec_all $HOOK_PATH/post-checkout.d
|
||
|
exec_custom post-checkout
|
||
|
|