asdf_container/asdf_install
James Harton 1443578305
All checks were successful
continuous-integration/drone/push Build is passing
chore: provide a simple asdf wrapper script.
2023-07-19 17:52:55 +12:00

8 lines
166 B
Bash
Executable file

#!/bin/bash
set -e
source ~/.asdf/asdf.sh
cat .tool-versions | cut -d \ -f 1 | xargs -n 1 asdf plugin add
asdf install
cat .tool-versions | xargs -n 2 asdf global