6 lines
45 B
Bash
6 lines
45 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
/sbin/init &
|
||
|
/usr/sbin/sshd -D
|
||
|
|