mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-12-20 10:30:02 -07:00
6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
echo "Attempting to list versions"
|
||
|
echo "List-all failed!" >&2
|
||
|
exit 1
|