axmol/plugin/tools/gameDevGuide.sh

14 lines
280 B
Bash
Raw Normal View History

2013-04-07 17:27:11 +08:00
SHELL_DIR=$(cd "$(dirname "$0")"; pwd)
type gawk >/dev/null 2>&1 || { echo >&2 "gawk is required, PLZ install it first."; exit 1; }
2013-04-07 17:27:11 +08:00
pushd ${SHELL_DIR}
# include the config
source ./config.sh
# show dialog for continue
python ./toolsForGame/main.py ${PLUGINS_CAN_SELECT}
popd