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