6 行
87 B
Bash
実行ファイル
6 行
87 B
Bash
実行ファイル
#!/usr/bin/bash
|
|
|
|
HEADERS=$(uname -r)
|
|
make -C /lib/modules/$HEADERS/build M=$PWD clean
|
|
|