mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 11:11:35 +01:00
6 lines
255 B
Bash
Executable File
6 lines
255 B
Bash
Executable File
#!/bin/sh
|
|
# This should not be needed anymore after we learned that it should be -- instead of -.
|
|
# You should be instead able to just use something init=/bin/sh -- -c 'm5 exit'
|
|
# https://github.com/cirosantilli/linux-kernel-module-cheat/pull/226
|
|
m5 exit
|