dacunload
来自「Linux下基于EP7312」· 代码 · 共 17 行
TXT
17 行
#!/bin/shmodule="dac0832.o"device="dac0832"# invoke rmmod with all arguments we got/sbin/rmmod $device || exit 1# Remove stale nodes#rm -f /dev/${device}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?