mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
8 lines
183 B
Bash
Executable File
8 lines
183 B
Bash
Executable File
#!/usr/bin/env sh -l
|
|
|
|
source $(dirname $(dirname $0))/lib/asdf/utils.sh
|
|
source $(dirname $(dirname $0))/lib/asdf.sh
|
|
source $(dirname $(dirname $0))/lib/asdf/docs.sh
|
|
|
|
run_command "$@"
|