Mercurial > cgi-bin > hgweb.cgi > ClipMan
view setup.sh @ 1:fb224c3aebdf
Got it auto-scrolling to the bottom.
author | David Barts <n5jrn@me.com> |
---|---|
date | Sat, 18 Jan 2020 09:12:58 -0800 |
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