mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 17:48:18 -07:00
5 lines
76 B
Bash
5 lines
76 B
Bash
#!/usr/bin/env bash
|
|
|
|
versions_list=(1.0 1.1 2.0)
|
|
echo "${versions_list[@]}"
|