4 lines
42 B
Plaintext
4 lines
42 B
Plaintext
|
#!/bin/sh
|
||
|
exec 2>&1
|
||
|
exec busybox klogd -n
|