4 lines
48 B
Bash
Executable File
4 lines
48 B
Bash
Executable File
#!/bin/sh
|
|
ip l set "$1" up
|
|
ip a a "$2" dev tun0
|