df2daf524d
Signed-off-by: Nico Schottelius <nico@manager.schottelius.org>
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
|