4 lines
75 B
Bash
4 lines
75 B
Bash
#!/bin/bash
|
|
|
|
ip a add 192.168.57.132/24 dev eth1 && \
|
|
rc-service sshd start |