摘要:#!/bin/bash#please edit the targetDir# Auto Copy APK By Albert 2011.12.12 sulingfeng@szsunray.comtargetDir="bcm21553"apk=`ls -cm ./out/target/product/$targetDir/system/app/`echo ${apk} > allApk.txtapkTarget=`awk -F , '{printf $1}' allApk.txt`echo "Target -> $apkTarget &l
阅读全文
posted @ 2011-12-13 14:47
浙公网安备 33010602011771号