mirror of
https://github.com/appium/appium.git
synced 2026-01-23 19:00:31 -06:00
12 lines
266 B
Plaintext
12 lines
266 B
Plaintext
export JAVA_HOME=$(/usr/libexec/java_home)
|
|
|
|
if [ -f $HOME/tools/ant/env ]; then
|
|
source $HOME/tools/ant/env
|
|
fi
|
|
if [ -f $HOME/tools/maven/env ]; then
|
|
source $HOME/tools/maven/env
|
|
fi
|
|
if [ -f $HOME/tools/android/env ]; then
|
|
source $HOME/tools/android/env
|
|
fi
|