摘要:
Liunx命令手册:http://man.linuxde.net/安卓开发文档中文版:https://android.developerdocumentation.cn/android-studio/introduction/index.html安卓开... 阅读全文
摘要:
hello world输出“hello world" 第一行告诉用户使用bash执行,写完记得要分配可执行权限#!/bin/bashecho "hello world"如果不分配可执行权限,你还想执行,你需要使用sh执行,例如执行myShell.sh文... 阅读全文
摘要:
参考:https://blog.csdn.net/kkkkkxiaofei/article/details/41483039 阅读全文