axmol/tests/lua-empty-test/project/proj.android/app/get_environment.sh

12 lines
168 B
Bash
Raw Normal View History

#!/bin/bash
2019-07-24 09:53:02 +08:00
if [ -f $HOME/.bashrc ]; then
source $HOME/.bashrc
fi
if [ -f $HOME/.bash_profile ]; then
source $HOME/.bash_profile
fi
echo $COCOS_CONSOLE_ROOT