5 lines
67 B
Bash
5 lines
67 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
ifconfig usb0 up 10.1.0.2
|
||
|
route add default gw 10.1.0.1
|