摘要: 基础框架 #include<linux/init.h> #include<linux/module.h> #include<linux/fs.h> #include<linux/cdev.h> #include<linux/slab.h> #include<linux/device.h> #incl 阅读全文
posted @ 2022-11-02 21:20 jguojisao 阅读(33) 评论(0) 推荐(0)
摘要: !usr/bin/bash 指定解释器 指定bash解释器(.sh) #!/usr/bin/bash ping -c1 www.qfedu.com && echo "www.qfedu.com is up" || echo "www.qfedu.com is down" 指定python解释器(.p 阅读全文
posted @ 2022-09-23 14:29 jguojisao 阅读(203) 评论(0) 推荐(0)