shell
funBox
这个作者很懒,什么都没留下…
展开
-
if-then和if-then-else语句
1.使用if-then语句 结构化命令中,最基本的类型就是if-then语句。if-then语句有如下格式:if commandthen commandsfi 如果你在使用其他编程语言的if-then语句,这种形式可能会让你有点困惑。在其他编程语言中,if语句之后的对象是一个等式来测试是TRUE还是FALSE值。如果该命令的退出状态码是0(该命令成功运行),位于原创 2014-06-24 16:04:56 · 15653 阅读 · 0 评论 -
test_wifi
#!/system/bin/sh#Load driverecho "ASD WIFI TESTING..."AP_NAME="default"num=0FLAG=0busybox cp /system/etc/wifi/pre_supplicant.conf /data/misc/wifi/wpa_supplicant.confbusybox chmod 666 /data/m原创 2014-06-25 17:12:05 · 1365 阅读 · 0 评论