#!/bin/sh exec glorytun "$@" \ ${DEV:+dev "$DEV"} \ ${HOST:+host "$HOST"} \ ${PORT:+port "$PORT"} \ ${BIND:+bind "$BIND"} \ ${BIND_PORT:+bind-port "$BIND_PORT"}