4 lines
69 B
Plaintext
4 lines
69 B
Plaintext
|
#!/bin/sh
|
||
|
ip link set usb0 up
|
||
|
ip addr add dev usb0 169.254.95.120/16
|