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