Skip to content

Instantly share code, notes, and snippets.

@jpzhu
Created November 9, 2018 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpzhu/b7597af58539468efa4b1ec3f00aa4d5 to your computer and use it in GitHub Desktop.
Save jpzhu/b7597af58539468efa4b1ec3f00aa4d5 to your computer and use it in GitHub Desktop.
sdkman
$ curl -s "https://get.sdkman.io" | bash
$ source "$HOME/.sdkman/bin/sdkman-init.sh"
$ sdk version ## 执行上面脚本后,sdk是一个function,加载在内存里
ref:https://sdkman.io/install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment