7 lines
123 B
Bash
Executable File
7 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
|
|
exec glorytun bind "$@" \
|
|
${DEV:+dev "$DEV"} \
|
|
${HOST:+to "$HOST" "$PORT"} \
|
|
${BIND_PORT:+port "$BIND_PORT"}
|