4 lines
65 B
Bash
Executable File
4 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ifconfig eth0:0 192.168.1.90 netmask 255.255.255.0 up
|