mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
60e0e05a9f
Co-authored-by: jthegedus <jthegedus@users.noreply.github.com>
13 lines
248 B
Bash
Executable File
13 lines
248 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
exec shellcheck -s bash -x \
|
|
asdf.sh \
|
|
completions/*.bash \
|
|
bin/asdf \
|
|
bin/private/asdf-exec \
|
|
lib/utils.bash \
|
|
lib/commands/*.bash \
|
|
scripts/*.bash \
|
|
test/test_helpers.bash \
|
|
test/fixtures/dummy_plugin/bin/*
|