This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Forked from Mike Slinn's Gist | |
# changed to use jq instead of grep for json parsing, updated file names, removed CygWin/Linux distinction (just run with sudo) | |
set -eo pipefail | |
function help { | |
echo "Download or update Typesafe Activator on Linux | |
echo "Usage: $(basename $0) [options]" |