scripts/gentoo/list_modules.sh

3 lines
90 B
Bash
Raw Normal View History

2020-03-01 13:02:34 +01:00
#!/bin/bash
find /lib/modules/4.0.5-gentoo/ -type f -iname '*.o' -or -iname '*.ko' | less