7 lines
123 B
Bash
Executable File
7 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
dmesg -n 1
|
|
mount -t devtmpfs none /dev
|
|
mount -t proc none /proc
|
|
mount -t sysfs none /sys
|
|
setsid cttyhack /bin/sh
|