6 lines
81 B
Bash
6 lines
81 B
Bash
#!/bin/sh
|
|
|
|
cd /lib/modules/"$1"
|
|
|
|
cp `find -name \*.ko` kernel
|
|
~nico/bin/mmv ko o
|