8 lines
87 B
Bash
Executable File
8 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ADDRESS=
|
|
|
|
ip address add $ADDRESS dev $INTERFACE
|
|
ip link set $INTERFACE up
|
|
|