摘要: 常用结构体://某一节点struct device_node { const char *name; const char *type; phandle phandle; const char *full_name; struct fwnode_handle fwnode; struct prope 阅读全文
posted @ 2019-03-05 15:56 断网用户 阅读(892) 评论(0) 推荐(0) 编辑
摘要: 调用脚本$(); if语句: if[ -d ];then xxx else xxx fi case语句: case xxx in xx) xxx ;; esac while语句 while((xx)) do xxx done demo: #!/bin/basha=$(uname -r)echo $a 阅读全文
posted @ 2019-03-05 11:03 断网用户 阅读(324) 评论(0) 推荐(0) 编辑