softether-vpn/debian/bin/vpnbridge

4 lines
48 B
Plaintext
Raw Normal View History

#!/bin/sh
/opt/vpnbridge/vpnbridge "$@"
exit $?