This website requires JavaScript.
Explore
Help
Sign In
christian
/
scripts
Watch
1
Star
0
Fork
You've already forked scripts
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
9fd9d1d5d6
scripts
/
gentoo
/
list_modules.sh
3 lines
90 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
find /lib/modules/4.0.5-gentoo/ -type f -iname
'*.o'
-or -iname
'*.ko'
|
less
Reference in New Issue
View Git Blame
Copy Permalink