mirror of
https://github.com/openwall/lkrg.git
synced 2023-12-13 21:30:29 +01:00
4 lines
182 B
Bash
Executable file
4 lines
182 B
Bash
Executable file
#!/bin/sh -eux
|
|
# This script is used by out-of-tree (a tool to assist kernel module testing),
|
|
# https://github.com/jollheef/out-of-tree
|
|
dmesg | grep 'LKRG initialized successfully!'
|