1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-19 18:20:40 +03:00
SoftEtherVPN/debian/bin/vpnbridge

4 lines
48 B
Plaintext
Raw Normal View History

2014-02-05 01:49:46 +04:00
#!/bin/sh
/opt/vpnbridge/vpnbridge "$@"
exit $?