mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
9 lines
127 B
Bash
9 lines
127 B
Bash
# -*- sh -*-
|
|
|
|
shim_versions_command() {
|
|
local shim_name=$1
|
|
shim_plugin_versions "$shim_name"
|
|
}
|
|
|
|
shim_versions_command "$@"
|