2019-11-27 01:24:29 -07:00
|
|
|
# -*- sh -*-
|
2020-10-15 15:08:42 -07:00
|
|
|
|
|
|
|
set -o nounset
|
|
|
|
|
2022-04-25 05:45:19 -07:00
|
|
|
# shellcheck source=lib/functions/plugins.bash
|
|
|
|
. "$(dirname "$(dirname "$0")")/lib/functions/plugins.bash"
|
2019-11-27 01:24:29 -07:00
|
|
|
|
|
|
|
plugin_update_command "$@"
|