6 satır
78 B
Bash
6 satır
78 B
Bash
#!/bin/sh
|
|
|
|
echo "Run dropbear ssh server"
|
|
/opt/wz_mini/bin/dropbear -R -s -g
|
|
|