axmol/templates/lua-template-default/proj.android/app/get_environment.sh

12 lines
168 B
Bash
Raw Normal View History

2019-11-23 20:27:39 +08:00
#!/bin/bash
if [ -f $HOME/.bashrc ]; then
source $HOME/.bashrc
fi
if [ -f $HOME/.bash_profile ]; then
source $HOME/.bash_profile
fi
echo $COCOS_CONSOLE_ROOT