sculld_unload
来自「《LDD3》」· 代码 · 共 12 行
TXT
12 行
#!/bin/shmodule="sculld"device="sculld"# invoke rmmod with all arguments we got/sbin/rmmod $module $* || exit 1# remove nodesrm -f /dev/${device}[0-3] /dev/${device}exit 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?