6 lines
67 B
Text
6 lines
67 B
Text
|
#!/bin/bash
|
||
|
|
||
|
. $(brew --prefix asdf)/libexec/asdf.sh
|
||
|
|
||
|
asdf install
|