Skip to content

Instantly share code, notes, and snippets.

@abdallah
Created July 31, 2012 06:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abdallah/3214187 to your computer and use it in GitHub Desktop.
Save abdallah/3214187 to your computer and use it in GitHub Desktop.
Check if a module is compiled in to the kernel
#!/bin/bash
zgrep $1 /proc/config.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment