mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
9 lines
165 B
Bash
9 lines
165 B
Bash
# -*- sh -*-
|
|
|
|
set -o nounset
|
|
|
|
# shellcheck source=lib/functions/plugins.bash
|
|
. "$(dirname "$(dirname "$0")")/lib/functions/plugins.bash"
|
|
|
|
plugin_update_command "$@"
|