This website requires JavaScript.
Explore
Help
Sign In
tools
/
out-of-tree
Watch
1
Star
0
Fork
0
Code
Releases
Activity
Files
e4bed2a4c38266b82c994ef92713f68c64b07be7
out-of-tree
/
examples
/
kernel-module
/
test.sh
T
4 lines
64 B
Bash
Raw
Normal View
History
Unescape
Escape
Implements tests for kernel modules
2018-10-07 17:53:07 +00:00
#!/bin/sh
# check for message in kernel log
dmesg
|
grep COOKIE
Copy Permalink