Android 批处理命令发送

2015-06-28 0 284
Android 批处理命令发送
#/bin/sh

awk -F' ' '

BEGIN{


}

{
    print $1"0" > "out";
}

END{

}

' $1

while read -r line
do
   echo $line;
done < out

遇见资源网 shell Android 批处理命令发送 http://www.ox520.com/17050.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务