mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
6 lines
111 B
Bash
6 lines
111 B
Bash
source $(dirname $(dirname $0))/lib/utils.sh
|
|
|
|
echo "version: $(asdf_version)"
|
|
echo ""
|
|
cat $(asdf_dir)/help.txt
|