Mercurial > cgi-bin > hgweb.cgi > ClipMan
view setup.sh @ 62:c56a0747c256 default tip
Add make plain feature.
author | David Barts <n5jrn@me.com> |
---|---|
date | Thu, 28 Apr 2022 20:53:39 -0700 |
parents | 22725d4d7849 |
children |
line wrap: on
line source
#!/bin/bash export JRE_HOME="$(/usr/libexec/java_home)" export KOTLIN_HOME="/Users/davidb/kotlin/1.6.10/kotlinc" if [[ "$PATH" != *$KOTLIN_HOME/bin* ]] then export PATH="$KOTLIN_HOME/bin:$PATH" fi export ANT_HOME="$HOME/java/apache-ant-1.10.1" if [[ "$PATH" != *$ANT_HOME/bin* ]] then export PATH="$ANT_HOME/bin:$PATH" fi