mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
7 lines
140 B
Bash
Executable File
7 lines
140 B
Bash
Executable File
#!/bin/sh
|
|
# For temparary test commands, first copy this file to to
|
|
# S99 which is already gitignored.
|
|
echo 'S98'
|
|
# insmod /hello.ko
|
|
exit 0
|