mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
exec cli strings as commands on init
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
# For temparary test commands, first copy this file to to
|
||||
# S99 which is already gitignored.
|
||||
echo 'S98'
|
||||
# insmod /hello.ko
|
||||
if [ -n "$lkmc_eval" ]; then
|
||||
eval "$lkmc_eval"
|
||||
fi
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user