Files
assistant-android/scripts/submodules_init.sh
CsHeng 05be092d69 1、移除部分haloapp的静态变量
2、整理hardcode tag
3、修复NPE
2017-12-15 18:04:56 +08:00

14 lines
353 B
Bash
Executable File

#!/bin/bash
# *****************************************************************************
# @author CsHeng
# @2017.7.18 初始版本
#
# 初始化git submodule
#
# *****************************************************************************
# get current shell absolute dir
CWD=$(cd "$(dirname "$0")"; pwd)
git submodule init
git submodule update