Mercurial > cgi-bin > hgweb.cgi > ClipMan
view setup.sh @ 63:8c6d6ad92aa1 last-old-threading
Commit most recent changes.
author | David Barts <n5jrn@me.com> |
---|---|
date | Sun, 12 Jan 2025 10:22:05 -0800 |
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