initial commit
This commit is contained in:
12
bin/list-all
Executable file
12
bin/list-all
Executable file
@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
current_script_path=${BASH_SOURCE[0]}
|
||||
plugin_dir=$(dirname "$(dirname "$current_script_path")")
|
||||
|
||||
# shellcheck source=../lib/utils.bash
|
||||
source "${plugin_dir}/lib/utils.bash"
|
||||
|
||||
list_all_versions | sort_versions | xargs echo
|
||||
|
Reference in New Issue
Block a user