asdf/test/fixtures/dummy_legacy_plugin/bin/list-all

5 lines
82 B
Plaintext
Raw Normal View History

2020-03-06 17:13:53 -07:00
#!/usr/bin/env bash
versions_list=(1.0.0 1.1.0 2.0.0)
2020-03-06 17:13:53 -07:00
echo "${versions_list[@]}"