Files
2020-08-24 23:16:53 +07:00

12 lines
168 B
Bash
Executable File

#!/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