平台:Android4.0 场景:全志方案上的preinstall的解析。 时间:2012.6.20在A13的4.0平台上,在init.rc文件的最后有这样一段代码 service preinstall /system/bin/busybox sh /system/bin/preinstall.sh user root group root disabled oneshot 此处定义
#!/bin/bash#键盘输入 冒泡排序k=0while truedoread -p "是否输入数值(y/n)" doe if [ $doe == "n" ] then breakfiread -p "请输入第$(($k+1))个元素" key score[$k]=$key let k++donefor ((i=1;i<${#score[*]};i++)) #比较轮数为数组,长度减一,从1开始d