#!/usr/bin/env bash # # Author: Hari Sekhon # Date: 2019-10-04 16:36:18 +0100 (Fri, 04 Oct 2019) # (circa 2016 originally) # # https://github.com/harisekhon/devops-bash-tools # # License: see accompanying LICENSE file # # https://www.linkedin.com/in/harisekhon # # Installs SDKMan set -euo pipefail [ -n "${DEBUG:-}" ] && set -x curl -s "https://get.sdkman.io" | bash