deploy.sh 文件内容如下 #!/bin/bash #scp -r ./* root@XXXXX:/root/sunSH/xadserver/ function getdir(){ for element in `ls $1` do dir_or_file=$1"/"$element B='doc' if [[ $dir_or_file == *$B* ]] then echo "skip---------------->>"$dir_or_fil
参考: https://wiki.cyanogenmod.org/w/Envsetup_help 它是一个.sh文件,用source后就生成android编译相关函数,具体如下. 速查 Invoking $ source build/envsetup.sh from your shell adds several functions to the build environment. These are listed below with short descriptions. Referenc