view setup.sh @ 41:33fbe3a78d84

Got the settings stuff compiling (untested).
author David Barts <n5jrn@me.com>
date Sat, 08 Feb 2020 22:10:01 -0700
parents be282c48010a
children 19d9da731c43
line wrap: on
line source

#!/bin/bash

export JRE_HOME="$(/usr/libexec/java_home)"
export KOTLIN_HOME="/usr/local/Cellar/kotlin/1.3.61"

export ANT_HOME="$HOME/java/apache-ant-1.10.1"
if [[ "$PATH" != *$ANT_HOME/bin* ]]
then
    export PATH="$ANT_HOME/bin:$PATH"
fi