mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 18:25:57 +01:00
6 lines
220 B
Bash
Executable File
6 lines
220 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# We could also use Ctrl + Alt + 2 on the SDL GUI,
|
|
# but that opens up a tiny window which can't scroll up or be searched.
|
|
# And this is the only way when running in -noscreen.
|
|
telnet localhost 45454
|